#29366D

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

Shades of Resolution Blue #29366D

Tints of Resolution Blue #29366D

Color information

#29366D (or 0x29366D) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 6D. RGB value is (41,54,109). Sum of RGB (Red+Green+Blue) = 41+54+109=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #29366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29366D is #D6C992. Grayscale: #383838. Windows color (decimal): -14076307 or 7157289. OLE color: 7157289.

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

Color convert

RGB4154109-
CMYK0.620.5000.57
HSL228.53º45.33%29.41%-
HSV(B)228.53º62.39%42.75%-
XYZ4.994.2115.02-
YUV56.38157.69117.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=20.10%
G=26.47%
B=53.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41541090.620.5000.57228.5345.3329.41
Hex29366D3E32039e52d1d
Octal516615576620713455535
Binary101001110110110110111111011001001110011110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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