#29377F

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

Shades of Resolution Blue #29377F

Tints of Resolution Blue #29377F

Color information

#29377F (or 0x29377F) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 7F. RGB value is (41,55,127). Sum of RGB (Red+Green+Blue) = 41+55+127=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #29377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29377F is #D6C880. Grayscale: #3A3A3A. Windows color (decimal): -14076033 or 8337193. OLE color: 8337193.

HSL color Cylindrical-coordinate representation of color #29377F: hue angle of 230.23º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29377F is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4155127-
CMYK0.680.5700.50
HSL230.23º51.19%32.94%-
HSV(B)230.23º67.72%49.8%-
XYZ6.114.7420.67-
YUV59.02166.36115.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 127 (50% from 255) = 56.95%
R=18.39%
G=24.66%
B=56.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41551270.680.5700.50230.2351.1932.94
Hex29377F4439032e63321
Octal5167177104710623466341
Binary10100111011111111111000100111001011001011100110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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