#296B85

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

Shades of Allports #296B85

Tints of Allports #296B85

Color information

#296B85 (or 0x296B85) is unknown color: approx Allports. HEX triplet: 29, 6B and 85. RGB value is (41,107,133). Sum of RGB (Red+Green+Blue) = 41+107+133=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #296B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296B85 is #D6947A. Grayscale: #5A5A5A. Windows color (decimal): -14062715 or 8743721. OLE color: 8743721.

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

Color convert

RGB41107133-
CMYK0.690.2000.48
HSL196.96º52.87%34.12%-
HSV(B)196.96º69.17%52.16%-
XYZ10.4112.6824.09-
YUV90.23152.1392.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=14.59%
G=38.08%
B=47.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411071330.690.2000.48196.9652.8734.12
Hex296B854514030c53522
Octal51153205105240603056542
Binary101001110101110000101100010110100011000011000101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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