#29447C

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

Shades of Resolution Blue #29447C

Tints of Resolution Blue #29447C

Color information

#29447C (or 0x29447C) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 7C. RGB value is (41,68,124). Sum of RGB (Red+Green+Blue) = 41+68+124=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 124 (48.83% from 255 or 53.22% from 233); Max value from RGB is 124 - color contains mainly: blue. Hex color #29447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447C is #D6BB83. Grayscale: #424242. Windows color (decimal): -14072708 or 8143913. OLE color: 8143913.

HSL color Cylindrical-coordinate representation of color #29447C: hue angle of 220.48º 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 #29447C is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4168124-
CMYK0.670.4500.51
HSL220.48º50.3%32.35%-
HSV(B)220.48º66.94%48.63%-
XYZ6.626.0619.89-
YUV66.31160.55109.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 124 (48.83% from 255) = 53.22%
R=17.60%
G=29.18%
B=53.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41681240.670.4500.51220.4850.332.35
Hex29447C432D033dc3220
Octal51104174103550633346240
Binary101001100010011111001000011101101011001111011100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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