Html Css Color HEX #296E72 Atoll

📋 copy color: '#296E72'

red 41 ◦ green 110 ◦ blue 114

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

Shades of Atoll #296E72

Tints of Atoll #296E72

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

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

R = 15.47%
G = 41.51%
B = 43.02%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296E72 (or 0x296E72) is known color: Atoll. HEX triplet: 29, 6E and 72. RGB value is (41,110,114). Sum of RGB (Red+Green+Blue) = 41+110+114=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #296E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296E72 is #D6918D. Grayscale: #595959. Windows color (decimal): -14061966 or 7499305. OLE color: 7499305.

HSL color Cylindrical-coordinate representation of color #296E72: hue angle of 183.29º 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 #296E72 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 110 114 -
CMYK 0.64 0.04 0 0.55
HSL 183.29º 0.47% 0.3% -
HSV(B) 183.29º 0.64% 0.45% -
XYZ 9.53 12.84 17.9 -
YUV 89.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 41 110 114 0.64 0.04 0 0.55 183.29 0.47 0.3
Hex 29 6E 72 40 4 0 37 B7 2F 1E
Octal 51 156 162 100 4 0 67 267 57 36
Binary 101001 1101110 1110010 1000000 100 0 110111 10110111 101111 11110

Color Harmonies of #296E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296E72

Black with #296E72

Text Example


Text Example

White with #296E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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