#29397F

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

Shades of Resolution Blue #29397F

Tints of Resolution Blue #29397F

Color information

#29397F (or 0x29397F) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 7F. RGB value is (41,57,127). Sum of RGB (Red+Green+Blue) = 41+57+127=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #29397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397F is #D6C680. Grayscale: #3B3B3B. Windows color (decimal): -14075521 or 8337705. OLE color: 8337705.

HSL color Cylindrical-coordinate representation of color #29397F: hue angle of 228.84º 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 #29397F is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4157127-
CMYK0.680.5500.50
HSL228.84º51.19%32.94%-
HSV(B)228.84º67.72%49.8%-
XYZ6.214.9320.7-
YUV60.2165.7114.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 127 (50% from 255) = 56.44%
R=18.22%
G=25.33%
B=56.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41571270.680.5500.50228.8451.1932.94
Hex29397F4437032e53321
Octal5171177104670623456341
Binary10100111100111111111000100110111011001011100101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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