#29427C

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

Shades of Resolution Blue #29427C

Tints of Resolution Blue #29427C

Color information

#29427C (or 0x29427C) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 7C. RGB value is (41,66,124). Sum of RGB (Red+Green+Blue) = 41+66+124=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #29427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29427C is #D6BD83. Grayscale: #404040. Windows color (decimal): -14073220 or 8143401. OLE color: 8143401.

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

Color convert

RGB4166124-
CMYK0.670.4700.51
HSL221.93º50.3%32.35%-
HSV(B)221.93º66.94%48.63%-
XYZ6.55.8219.85-
YUV65.14161.22110.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=17.75%
G=28.57%
B=53.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41661240.670.4700.51221.9350.332.35
Hex29427C432F033de3220
Octal51102174103570633366240
Binary101001100001011111001000011101111011001111011110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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