#297477

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

Shades of Atoll #297477

Tints of Atoll #297477

Color information

#297477 (or 0x297477) is unknown color: approx Atoll. HEX triplet: 29, 74 and 77. RGB value is (41,116,119). Sum of RGB (Red+Green+Blue) = 41+116+119=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #297477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297477 is #D68B88. Grayscale: #5D5D5D. Windows color (decimal): -14060425 or 7828521. OLE color: 7828521.

HSL color Cylindrical-coordinate representation of color #297477: hue angle of 182.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297477 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41116119-
CMYK0.660.0300.53
HSL182.31º48.75%31.37%-
HSV(B)182.31º65.55%46.67%-
XYZ10.4914.2919.66-
YUV93.92142.1590.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=14.86%
G=42.03%
B=43.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411161190.660.0300.53182.3148.7531.37
Hex297477423035b6311f
Octal5116416710230652666137
Binary1010011110100111011110000101101101011011011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297477; }

 p { color: rgb(41,116,119); }

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

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

 a { background-color: rgb(41,116,119); }

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

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

 span { border-color: rgb(41,116,119); }

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