#296D7D

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

Shades of Allports #296D7D

Tints of Allports #296D7D

Color information

#296D7D (or 0x296D7D) is unknown color: approx Allports. HEX triplet: 29, 6D and 7D. RGB value is (41,109,125). Sum of RGB (Red+Green+Blue) = 41+109+125=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #296D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296D7D is #D69282. Grayscale: #5A5A5A. Windows color (decimal): -14062211 or 8219945. OLE color: 8219945.

HSL color Cylindrical-coordinate representation of color #296D7D: hue angle of 191.43º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #296D7D is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41109125-
CMYK0.670.1300.51
HSL191.43º50.6%32.55%-
HSV(B)191.43º67.2%49.02%-
XYZ10.0812.8921.36-
YUV90.49147.4792.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=14.91%
G=39.64%
B=45.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411091250.670.1300.51191.4350.632.55
Hex296D7D43D033bf3321
Octal51155175103150632776341
Binary1010011101101111110110000111101011001110111111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,125); }

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

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

 a { background-color: rgb(41,109,125); }

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

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

 span { border-color: rgb(41,109,125); }

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