#29426E

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

Shades of Resolution Blue #29426E

Tints of Resolution Blue #29426E

Color information

#29426E (or 0x29426E) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 6E. RGB value is (41,66,110). Sum of RGB (Red+Green+Blue) = 41+66+110=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #29426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29426E is #D6BD91. Grayscale: #3F3F3F. Windows color (decimal): -14073234 or 7225897. OLE color: 7225897.

HSL color Cylindrical-coordinate representation of color #29426E: hue angle of 218.26º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #29426E is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4166110-
CMYK0.630.400.57
HSL218.26º45.7%29.61%-
HSV(B)218.26º62.73%43.14%-
XYZ5.685.4915.51-
YUV63.54154.22111.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 110 (43.36% from 255) = 50.69%
R=18.89%
G=30.41%
B=50.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41661100.630.400.57218.2645.729.61
Hex29426E3F28039da2e1e
Octal5110215677500713325636
Binary1010011000010110111011111110100001110011101101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29426E; }

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

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

<style>
 a { background-color: #29426E; }

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

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

<style>
 span { border-color: #29426E; }

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

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