#277578

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

Shades of Atoll #277578

Tints of Atoll #277578

Color information

#277578 (or 0x277578) is unknown color: approx Atoll. HEX triplet: 27, 75 and 78. RGB value is (39,117,120). Sum of RGB (Red+Green+Blue) = 39+117+120=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #277578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277578 is #D88A87. Grayscale: #5D5D5D. Windows color (decimal): -14191240 or 7894311. OLE color: 7894311.

HSL color Cylindrical-coordinate representation of color #277578: hue angle of 182.22º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277578 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB39117120-
CMYK0.670.0200.53
HSL182.22º50.94%31.18%-
HSV(B)182.22º67.5%47.06%-
XYZ10.5914.5120.01-
YUV94.02142.6688.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=14.13%
G=42.39%
B=43.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal391171200.670.0200.53182.2250.9431.18
Hex277578432035b6331f
Octal4716517010320652666337
Binary1001111110101111100010000111001101011011011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277578; }

 p { color: rgb(39,117,120); }

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

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

 a { background-color: rgb(39,117,120); }

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

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

 span { border-color: rgb(39,117,120); }

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