#277C89

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

Shades of Atoll #277C89

Tints of Atoll #277C89

Color information

#277C89 (or 0x277C89) is unknown color: approx Atoll. HEX triplet: 27, 7C and 89. RGB value is (39,124,137). Sum of RGB (Red+Green+Blue) = 39+124+137=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #277C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C89 is #D88376. Grayscale: #636363. Windows color (decimal): -14189431 or 9010215. OLE color: 9010215.

HSL color Cylindrical-coordinate representation of color #277C89: hue angle of 187.96º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277C89 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39124137-
CMYK0.720.0900.46
HSL187.96º55.68%34.51%-
HSV(B)187.96º71.53%53.73%-
XYZ12.5616.6526.22-
YUV100.07148.8484.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=13%
G=41.33%
B=45.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391241370.720.0900.46187.9655.6834.51
Hex277C8948902Ebc3823
Octal47174211110110562747043
Binary10011111111001000100110010001001010111010111100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,137); }

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

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

 a { background-color: rgb(39,124,137); }

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

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

 span { border-color: rgb(39,124,137); }

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