Html Css Color HEX #297578 Atoll

📋 copy color: '#297578'

red 41 ◦ green 117 ◦ blue 120

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

Shades of Atoll #297578

Tints of Atoll #297578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.17%

R = 14.75%
G = 42.09%
B = 43.17%

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

#297578 (or 0x297578) is known color: Atoll. HEX triplet: 29, 75 and 78. RGB value is (41,117,120). Sum of RGB (Red+Green+Blue) = 41+117+120=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #297578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297578 is #D68A87. Grayscale: #5E5E5E. Windows color (decimal): -14060168 or 7894313. OLE color: 7894313.

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

Color convert

RGB 41 117 120 -
CMYK 0.66 0.02 0 0.53
HSL 182.28º 0.49% 0.32% -
HSV(B) 182.28º 0.66% 0.47% -
XYZ 10.67 14.55 20.02 -
YUV 94.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 41 117 120 0.66 0.02 0 0.53 182.28 0.49 0.32
Hex 29 75 78 42 2 0 35 B6 31 20
Octal 51 165 170 102 2 0 65 266 61 40
Binary 101001 1110101 1111000 1000010 10 0 110101 10110110 110001 100000

Color Harmonies of #297578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297578

Black with #297578

Text Example


Text Example

White with #297578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297578; }

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

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

background-color css

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

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

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

border-color css

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

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

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