#29427A

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

Shades of Resolution Blue #29427A

Tints of Resolution Blue #29427A

Color information

#29427A (or 0x29427A) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 7A. RGB value is (41,66,122). Sum of RGB (Red+Green+Blue) = 41+66+122=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #29427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29427A is #D6BD85. Grayscale: #404040. Windows color (decimal): -14073222 or 8012329. OLE color: 8012329.

HSL color Cylindrical-coordinate representation of color #29427A: hue angle of 221.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29427A is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4166122-
CMYK0.660.4600.52
HSL221.48º49.69%31.96%-
HSV(B)221.48º66.39%47.84%-
XYZ6.385.7719.19-
YUV64.91160.22110.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=17.90%
G=28.82%
B=53.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41661220.660.4600.52221.4849.6931.96
Hex29427A422E034dd3220
Octal51102172102560643356240
Binary101001100001011110101000010101110011010011011101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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