#296C77

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

Shades of Allports #296C77

Tints of Allports #296C77

Color information

#296C77 (or 0x296C77) is unknown color: approx Allports. HEX triplet: 29, 6C and 77. RGB value is (41,108,119). Sum of RGB (Red+Green+Blue) = 41+108+119=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #296C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C77 is #D69388. Grayscale: #595959. Windows color (decimal): -14062473 or 7826473. OLE color: 7826473.

HSL color Cylindrical-coordinate representation of color #296C77: hue angle of 188.46º 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 #296C77 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41108119-
CMYK0.660.0900.53
HSL188.46º48.75%31.37%-
HSV(B)188.46º65.55%46.67%-
XYZ9.6112.5319.36-
YUV89.22144.893.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 108 (42.58% from 255) = 40.30%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=15.30%
G=40.30%
B=44.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411081190.660.0900.53188.4648.7531.37
Hex296C77429035bc311f
Octal51154167102110652746137
Binary101001110110011101111000010100101101011011110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #296C77;
 }
 .AnyTagClassName
 {
   color: #296C77;
 }
</style>
background-color css

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

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

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

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

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

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