Html Css Color HEX #297077 Atoll

📋 copy color: '#297077'

red 41 ◦ green 112 ◦ blue 119

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

Shades of Atoll #297077

Tints of Atoll #297077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

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

R = 15.07%
G = 41.18%
B = 43.75%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297077 (or 0x297077) is known color: Atoll. HEX triplet: 29, 70 and 77. RGB value is (41,112,119). Sum of RGB (Red+Green+Blue) = 41+112+119=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #297077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297077 is #D68F88. Grayscale: #5B5B5B. Windows color (decimal): -14061449 or 7827497. OLE color: 7827497.

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

Color convert

RGB 41 112 119 -
CMYK 0.66 0.06 0 0.53
HSL 185.38º 0.49% 0.31% -
HSV(B) 185.38º 0.66% 0.47% -
XYZ 10.04 13.39 19.51 -
YUV 91.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 41 112 119 0.66 0.06 0 0.53 185.38 0.49 0.31
Hex 29 70 77 42 6 0 35 B9 31 1F
Octal 51 160 167 102 6 0 65 271 61 37
Binary 101001 1110000 1110111 1000010 110 0 110101 10111001 110001 11111

Color Harmonies of #297077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297077

Black with #297077

Text Example


Text Example

White with #297077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297077; }

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

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

background-color css

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

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

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

border-color css

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

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

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