Html Css Color HEX #297072 Atoll

📋 copy color: '#297072'

red 41 ◦ green 112 ◦ blue 114

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

Shades of Atoll #297072

Tints of Atoll #297072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 15.36%
G = 41.95%
B = 42.7%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#297072 (or 0x297072) is known color: Atoll. HEX triplet: 29, 70 and 72. RGB value is (41,112,114). Sum of RGB (Red+Green+Blue) = 41+112+114=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #297072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297072 is #D68F8D. Grayscale: #5A5A5A. Windows color (decimal): -14061454 or 7499817. OLE color: 7499817.

HSL color Cylindrical-coordinate representation of color #297072: hue angle of 181.64º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297072 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 112 114 -
CMYK 0.64 0.02 0 0.55
HSL 181.64º 0.47% 0.3% -
HSV(B) 181.64º 0.64% 0.45% -
XYZ 9.75 13.27 17.97 -
YUV 91 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 41 112 114 0.64 0.02 0 0.55 181.64 0.47 0.3
Hex 29 70 72 40 2 0 37 B6 2F 1E
Octal 51 160 162 100 2 0 67 266 57 36
Binary 101001 1110000 1110010 1000000 10 0 110111 10110110 101111 11110

Color Harmonies of #297072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297072

Black with #297072

Text Example


Text Example

White with #297072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297072; }

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

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

background-color css

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

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

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

border-color css

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

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

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