#277E8D

Color #277E8D Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #277E8D

Tints of Atoll #277E8D

Color information

#277E8D (or 0x277E8D) is unknown color: approx Atoll. HEX triplet: 27, 7E and 8D. RGB value is (39,126,141). Sum of RGB (Red+Green+Blue) = 39+126+141=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 141 (55.47% from 255 or 46.08% from 306); Max value from RGB is 141 - color contains mainly: blue. Hex color #277E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277E8D is #D88172. Grayscale: #656565. Windows color (decimal): -14188915 or 9272871. OLE color: 9272871.

HSL color Cylindrical-coordinate representation of color #277E8D: hue angle of 188.82º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277E8D is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39126141-
CMYK0.720.1100.45
HSL188.82º56.67%35.29%-
HSV(B)188.82º72.34%55.29%-
XYZ13.1117.2827.84-
YUV101.7150.1883.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 141 (55.47% from 255) = 46.08%
R=12.75%
G=41.18%
B=46.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391261410.720.1100.45188.8256.6735.29
Hex277E8D48B02Dbd3923
Octal47176215110130552757143
Binary10011111111101000110110010001011010110110111101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277E8D; }

 p { color: rgb(39,126,141); }

 H1.HeaderClassName
 {
   color: #277E8D;
 }
 .AnyTagClassName
 {
   color: #277E8D;
 }
</style>
background-color css

<style>
 a { background-color: #277E8D; }

 a { background-color: rgb(39,126,141); }

 div.DivClassName
 {
   background-color: #277E8D;
 }
 .BgClassName
 {
   background-color: #277E8D;
 }
</style>
border-color css

<style>
 span { border-color: #277E8D; }

 span { border-color: rgb(39,126,141); }

 td.TdClassName
 {
   border-color: #277E8D;
 }
 .TagClassName
 {
   border-color: #277E8D;
 }
</style>