Html Css Color HEX #297C81 Atoll

📋 copy color: '#297C81'

red 41 ◦ green 124 ◦ blue 129

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

Shades of Atoll #297C81

Tints of Atoll #297C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.18%

 BLUE value IS 129 (50.78% from 255) = 43.88%

R = 13.95%
G = 42.18%
B = 43.88%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#297C81 (or 0x297C81) is known color: Atoll. HEX triplet: 29, 7C and 81. RGB value is (41,124,129). Sum of RGB (Red+Green+Blue) = 41+124+129=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #297C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297C81 is #D6837E. Grayscale: #636363. Windows color (decimal): -14058367 or 8485929. OLE color: 8485929.

HSL color Cylindrical-coordinate representation of color #297C81: hue angle of 183.41º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297C81 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 124 129 -
CMYK 0.68 0.04 0 0.49
HSL 183.41º 0.52% 0.33% -
HSV(B) 183.41º 0.68% 0.51% -
XYZ 12.08 16.47 23.31 -
YUV 99.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 41 124 129 0.68 0.04 0 0.49 183.41 0.52 0.33
Hex 29 7C 81 44 4 0 31 B7 34 21
Octal 51 174 201 104 4 0 61 267 64 41
Binary 101001 1111100 10000001 1000100 100 0 110001 10110111 110100 100001

Color Harmonies of #297C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297C81

Black with #297C81

Text Example


Text Example

White with #297C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297C81; }

 p { color: rgb(41,124,129); }

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

background-color css

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

 a { background-color: rgb(41,124,129); }

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

border-color css

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

 span { border-color: rgb(41,124,129); }

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