#296C85

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

Shades of Allports #296C85

Tints of Allports #296C85

Color information

#296C85 (or 0x296C85) is unknown color: approx Allports. HEX triplet: 29, 6C and 85. RGB value is (41,108,133). Sum of RGB (Red+Green+Blue) = 41+108+133=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #296C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C85 is #D6937A. Grayscale: #5A5A5A. Windows color (decimal): -14062459 or 8743977. OLE color: 8743977.

HSL color Cylindrical-coordinate representation of color #296C85: hue angle of 196.3º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #296C85 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41108133-
CMYK0.690.1900.48
HSL196.3º52.87%34.12%-
HSV(B)196.3º69.17%52.16%-
XYZ10.5112.8924.12-
YUV90.82151.892.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=14.54%
G=38.30%
B=47.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411081330.690.1900.48196.352.8734.12
Hex296C854513030c43522
Octal51154205105230603046542
Binary101001110110010000101100010110011011000011000100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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