#29366C

Color #29366C Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #29366C

Tints of Resolution Blue #29366C

Color information

#29366C (or 0x29366C) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 6C. RGB value is (41,54,108). Sum of RGB (Red+Green+Blue) = 41+54+108=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #29366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29366C is #D6C993. Grayscale: #383838. Windows color (decimal): -14076308 or 7091753. OLE color: 7091753.

HSL color Cylindrical-coordinate representation of color #29366C: hue angle of 228.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29366C is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4154108-
CMYK0.620.5000.58
HSL228.36º44.97%29.22%-
HSV(B)228.36º62.04%42.35%-
XYZ4.944.1914.74-
YUV56.27157.19117.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=20.20%
G=26.60%
B=53.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41541080.620.5000.58228.3644.9729.22
Hex29366C3E3203Ae42d1d
Octal516615476620723445535
Binary101001110110110110011111011001001110101110010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29366C; }

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

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

<style>
 a { background-color: #29366C; }

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

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

<style>
 span { border-color: #29366C; }

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

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