Html Css Color HEX #296F77 Atoll

📋 copy color: '#296F77'

red 41 ◦ green 111 ◦ blue 119

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

Shades of Atoll #296F77

Tints of Atoll #296F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.96%

 BLUE value IS 119 (46.88% from 255) = 43.91%

R = 15.13%
G = 40.96%
B = 43.91%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296F77 (or 0x296F77) is known color: Atoll. HEX triplet: 29, 6F and 77. RGB value is (41,111,119). Sum of RGB (Red+Green+Blue) = 41+111+119=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #296F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296F77 is #D69088. Grayscale: #5A5A5A. Windows color (decimal): -14061705 or 7827241. OLE color: 7827241.

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

Color convert

RGB 41 111 119 -
CMYK 0.66 0.07 0 0.53
HSL 186.15º 0.49% 0.31% -
HSV(B) 186.15º 0.66% 0.47% -
XYZ 9.93 13.17 19.47 -
YUV 90.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 41 111 119 0.66 0.07 0 0.53 186.15 0.49 0.31
Hex 29 6F 77 42 7 0 35 BA 31 1F
Octal 51 157 167 102 7 0 65 272 61 37
Binary 101001 1101111 1110111 1000010 111 0 110101 10111010 110001 11111

Color Harmonies of #296F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F77

Black with #296F77

Text Example


Text Example

White with #296F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,119); }

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

background-color css

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

 a { background-color: rgb(41,111,119); }

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

border-color css

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

 span { border-color: rgb(41,111,119); }

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