Html Css Color HEX #297577 Atoll

📋 copy color: '#297577'

red 41 ◦ green 117 ◦ blue 119

#297577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #297577

Tints of Atoll #297577

RGB

 RED value IS 41 (16.41% from 255) = 14.8%

 GREEN value IS 117 (46.09% from 255) = 42.24%

 BLUE value IS 119 (46.88% from 255) = 42.96%

R = 14.8%
G = 42.24%
B = 42.96%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297577 (or 0x297577) is known color: Atoll. HEX triplet: 29, 75 and 77. RGB value is (41,117,119). Sum of RGB (Red+Green+Blue) = 41+117+119=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #297577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297577 is #D68A88. Grayscale: #5E5E5E. Windows color (decimal): -14060169 or 7828777. OLE color: 7828777.

HSL color Cylindrical-coordinate representation of color #297577: hue angle of 181.54º 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 #297577 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 117 119 -
CMYK 0.66 0.02 0 0.53
HSL 181.54º 0.49% 0.31% -
HSV(B) 181.54º 0.66% 0.47% -
XYZ 10.61 14.53 19.7 -
YUV 94.5 141.82 89.84 -
System Red Green Blue C M Y K H S L
Decimal 41 117 119 0.66 0.02 0 0.53 181.54 0.49 0.31
Hex 29 75 77 42 2 0 35 B6 31 1F
Octal 51 165 167 102 2 0 65 266 61 37
Binary 101001 1110101 1110111 1000010 10 0 110101 10110110 110001 11111

Color Harmonies of #297577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297577

Black with #297577

Text Example


Text Example

White with #297577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297577; }

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

 H1.HeaderClassName
 {
   color: #297577;
 }
 .AnyTagClassName
 {
   color: #297577;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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