#29376C

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

Shades of Resolution Blue #29376C

Tints of Resolution Blue #29376C

Color information

#29376C (or 0x29376C) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 6C. RGB value is (41,55,108). Sum of RGB (Red+Green+Blue) = 41+55+108=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #29376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29376C is #D6C893. Grayscale: #383838. Windows color (decimal): -14076052 or 7092009. OLE color: 7092009.

HSL color Cylindrical-coordinate representation of color #29376C: hue angle of 227.46º 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 #29376C is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4155108-
CMYK0.620.4900.58
HSL227.46º44.97%29.22%-
HSV(B)227.46º62.04%42.35%-
XYZ4.994.2914.75-
YUV56.86156.86116.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 108 (42.58% from 255) = 52.94%
R=20.10%
G=26.96%
B=52.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal41551080.620.4900.58227.4644.9729.22
Hex29376C3E3103Ae32d1d
Octal516715476610723435535
Binary101001110111110110011111011000101110101110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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