#29377E

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

Shades of Resolution Blue #29377E

Tints of Resolution Blue #29377E

Color information

#29377E (or 0x29377E) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 7E. RGB value is (41,55,126). Sum of RGB (Red+Green+Blue) = 41+55+126=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #29377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29377E is #D6C881. Grayscale: #3A3A3A. Windows color (decimal): -14076034 or 8271657. OLE color: 8271657.

HSL color Cylindrical-coordinate representation of color #29377E: hue angle of 230.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29377E is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4155126-
CMYK0.670.5600.51
HSL230.12º50.9%32.75%-
HSV(B)230.12º67.46%49.41%-
XYZ6.054.7120.33-
YUV58.91165.86115.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 126 (49.61% from 255) = 56.76%
R=18.47%
G=24.77%
B=56.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41551260.670.5600.51230.1250.932.75
Hex29377E4338033e63321
Octal5167176103700633466341
Binary10100111011111111101000011111000011001111100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,55,126); }

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

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

 a { background-color: rgb(41,55,126); }

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

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

 span { border-color: rgb(41,55,126); }

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