#29407C

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

Shades of Resolution Blue #29407C

Tints of Resolution Blue #29407C

Color information

#29407C (or 0x29407C) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 7C. RGB value is (41,64,124). Sum of RGB (Red+Green+Blue) = 41+64+124=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #29407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29407C is #D6BF83. Grayscale: #3F3F3F. Windows color (decimal): -14073732 or 8142889. OLE color: 8142889.

HSL color Cylindrical-coordinate representation of color #29407C: hue angle of 223.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29407C is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4164124-
CMYK0.670.4800.51
HSL223.37º50.3%32.35%-
HSV(B)223.37º66.94%48.63%-
XYZ6.395.5919.81-
YUV63.96161.88111.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=17.90%
G=27.95%
B=54.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41641240.670.4800.51223.3750.332.35
Hex29407C4330033df3220
Octal51100174103600633376240
Binary101001100000011111001000011110000011001111011111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,64,124); }

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

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

 a { background-color: rgb(41,64,124); }

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

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

 span { border-color: rgb(41,64,124); }

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