COLOR #275C88

HEX: #275C88
RGB: (39,92,136)

Color info

#275C88 contains mainly green and blue colors. Web safe color of #275C88 is #336699 (or #369).

RGB color model

#275C88 color RGB value is (39,92,136).

  • red value is 39;
  • green value is 92;
  • blue value is 136.
RGB:
(39,92,136)
(15%,36%,53%)

RGB channels and saturation

R 39 of 255 = 15%
G 92 of 255 = 36%
B 136 of 255 = 53%

39
92
136

R + G + B ~ 35%. #275C88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 92 + 136 = 267 (100%)
R 39 of 267 ~ 14.61%
G 92 of 267 ~ 34.46%
B 136 of 267 ~ 50.94%

%14.61
%34.46
%50.94

CMYK color model

#275C88 color CMYK value is (71,32,0,47).

  • cyan value is 71.32%
  • magenta value is 32.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(71,32,0,47)
C71M32Y0K47 
(71%,32%,0%,47%)
(0.71/0.32/0.00/0.47)	

CMYK percentages

%71.32
%32.35
%0
%46.67

Codes

Color #275C88 in popluar color models

275C88
RGB3992136
HSL207°55.43%34.31%
HSB/HSV207°71.32%53.33%
CMYK71.32%32.35%0.00%
46.67%

Color #275C88 in popluar number systems.

HEX275C88
Decimal3992136
Binary100111101110010001000
Octal47134210

Shades and tints

Shades of #275C88

#275C88
(39,92,136)
#24547C
(36,84,124)
#214C70
(33,76,112)
#1E4464
(30,68,100)
#1B3C58
(27,60,88)
#18344C
(24,52,76)
#152C40
(21,44,64)
#122434
(18,36,52)
#0F1C28
(15,28,40)
#0C141C
(12,20,28)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #275C88

#275C88
(39,92,136)
#3A6A92
(58,106,146)
#4D789C
(77,120,156)
#6086A6
(96,134,166)
#7394B0
(115,148,176)
#86A2BA
(134,162,186)
#99B0C4
(153,176,196)
#ACBECE
(172,190,206)
#BFCCD8
(191,204,216)
#D2DAE2
(210,218,226)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #275C88 color. Also use rgb(39,92,136) instead hex code.

Text Font Color

.myTextColor { color: #275C88; }

<p style="color:#275C88">This sample text font color is #275C88.</p>

This text font color is #275C88.


Background Color

.myBgColor { background-color: #275C88; }

<div style="background-color:#275C88">Inner text</div>

This div background color is #275C88.


Border color

.myBorderColor { border: 1px solid #275C88; }

<div style="border:3px solid #275C88">Div</div>

This div border color is #275C88.


Opacity

.myOpacity80 { color: #275C88; opacity: 0.8; }

<p style="color:#275C88;opacity:0.8;">80%</p>

Text with #275C88 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #275C88;}

<p style="text-shadow: 3px 3px 1px #275C88">Text here.</p>

This text has shadow with #275C88 color.

.textShadow {text-shadow: 3px 3px 1px #275C88, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #275C88, 5px 5px 20px red">Text here.</p>

This text has shadow with #275C88 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#275C88, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#275C88, Direction=45, Strength=4)">Text</p>

This text has shadow with #275C88 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #275C88;
  -webkit-box-shadow:	1px 1px 3px 2px #275C88;
  box-shadow:		1px 1px 3px 2px #275C88;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #275C88;
-webkit-box-shadow: 1px 1px 3px 2px #275C88;
box-shadow:1px 1px 3px 2px #275C88;">
Div content here</div>
This div box has shadow with color #275C88.

Preview

Color preview on black background

This text has color #275C88 on black background.


Color preview on white background

This text has color #275C88 on white background.



Black color preview on #275C88 background

This text has black color on #275C88 background.


White color preview on #275C88 background

This text has white color on #275C88 background.