#296F77

Color #296F77 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #296F77

Tints of Atoll #296F77

Color information

#296F77 (or 0x296F77) is unknown color: approx 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

RGB41111119-
CMYK0.660.0700.53
HSL186.15º48.75%31.37%-
HSV(B)186.15º65.55%46.67%-
XYZ9.9313.1719.47-
YUV90.98143.8192.35-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411111190.660.0700.53186.1548.7531.37
Hex296F77427035ba311f
Octal5115716710270652726137
Binary10100111011111110111100001011101101011011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>