#296E85

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

Shades of Allports #296E85

Tints of Allports #296E85

Color information

#296E85 (or 0x296E85) is unknown color: approx Allports. HEX triplet: 29, 6E and 85. RGB value is (41,110,133). Sum of RGB (Red+Green+Blue) = 41+110+133=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #296E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E85 is #D6917A. Grayscale: #5B5B5B. Windows color (decimal): -14061947 or 8744489. OLE color: 8744489.

HSL color Cylindrical-coordinate representation of color #296E85: hue angle of 195º 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 #296E85 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB41110133-
CMYK0.690.1700.48
HSL195º52.87%34.12%-
HSV(B)195º69.17%52.16%-
XYZ10.7213.3224.2-
YUV91.99151.1491.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=14.44%
G=38.73%
B=46.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411101330.690.1700.4819552.8734.12
Hex296E854511030c33522
Octal51156205105210603036542
Binary101001110111010000101100010110001011000011000011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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