#296C7D

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

Shades of Allports #296C7D

Tints of Allports #296C7D

Color information

#296C7D (or 0x296C7D) is unknown color: approx Allports. HEX triplet: 29, 6C and 7D. RGB value is (41,108,125). Sum of RGB (Red+Green+Blue) = 41+108+125=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #296C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296C7D is #D69382. Grayscale: #595959. Windows color (decimal): -14062467 or 8219689. OLE color: 8219689.

HSL color Cylindrical-coordinate representation of color #296C7D: hue angle of 192.14º 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 #296C7D is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB41108125-
CMYK0.670.1400.51
HSL192.14º50.6%32.55%-
HSV(B)192.14º67.2%49.02%-
XYZ9.9812.6821.32-
YUV89.9147.893.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=14.96%
G=39.42%
B=45.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal411081250.670.1400.51192.1450.632.55
Hex296C7D43E033c03321
Octal51154175103160633006341
Binary1010011101100111110110000111110011001111000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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