Html Css Color HEX #297377 Atoll

📋 copy color: '#297377'

red 41 ◦ green 115 ◦ blue 119

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

Shades of Atoll #297377

Tints of Atoll #297377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

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

R = 14.91%
G = 41.82%
B = 43.27%

CMYK

 C value IS 0.66

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#297377 (or 0x297377) is known color: Atoll. HEX triplet: 29, 73 and 77. RGB value is (41,115,119). Sum of RGB (Red+Green+Blue) = 41+115+119=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 119 - color contains mainly: blue. Hex color #297377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297377 is #D68C88. Grayscale: #5D5D5D. Windows color (decimal): -14060681 or 7828265. OLE color: 7828265.

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

Color convert

RGB 41 115 119 -
CMYK 0.66 0.03 0 0.53
HSL 183.08º 0.49% 0.31% -
HSV(B) 183.08º 0.66% 0.47% -
XYZ 10.37 14.06 19.62 -
YUV 93.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 41 115 119 0.66 0.03 0 0.53 183.08 0.49 0.31
Hex 29 73 77 42 3 0 35 B7 31 1F
Octal 51 163 167 102 3 0 65 267 61 37
Binary 101001 1110011 1110111 1000010 11 0 110101 10110111 110001 11111

Color Harmonies of #297377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297377

Black with #297377

Text Example


Text Example

White with #297377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297377; }

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

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

background-color css

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

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

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

border-color css

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

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

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