Html Css Color HEX #296C72 Atoll

📋 copy color: '#296C72'

red 41 ◦ green 108 ◦ blue 114

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

Shades of Atoll #296C72

Tints of Atoll #296C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.06%

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

R = 15.59%
G = 41.06%
B = 43.35%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#296C72 (or 0x296C72) is known color: Atoll. HEX triplet: 29, 6C and 72. RGB value is (41,108,114). Sum of RGB (Red+Green+Blue) = 41+108+114=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #296C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C72 is #D6938D. Grayscale: #585858. Windows color (decimal): -14062478 or 7498793. OLE color: 7498793.

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

Color convert

RGB 41 108 114 -
CMYK 0.64 0.05 0 0.55
HSL 184.93º 0.47% 0.3% -
HSV(B) 184.93º 0.64% 0.45% -
XYZ 9.31 12.41 17.82 -
YUV 88.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 41 108 114 0.64 0.05 0 0.55 184.93 0.47 0.3
Hex 29 6C 72 40 5 0 37 B9 2F 1E
Octal 51 154 162 100 5 0 67 271 57 36
Binary 101001 1101100 1110010 1000000 101 0 110111 10111001 101111 11110

Color Harmonies of #296C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296C72

Black with #296C72

Text Example


Text Example

White with #296C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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