#29397C

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

Shades of Resolution Blue #29397C

Tints of Resolution Blue #29397C

Color information

#29397C (or 0x29397C) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 7C. RGB value is (41,57,124). Sum of RGB (Red+Green+Blue) = 41+57+124=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #29397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29397C is #D6C683. Grayscale: #3B3B3B. Windows color (decimal): -14075524 or 8141097. OLE color: 8141097.

HSL color Cylindrical-coordinate representation of color #29397C: hue angle of 228.43º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29397C is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4157124-
CMYK0.670.5400.51
HSL228.43º50.3%32.35%-
HSV(B)228.43º66.94%48.63%-
XYZ6.024.8519.69-
YUV59.85164.2114.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 57 (22.66% from 255) = 25.68%
BLUE value IS 124 (48.83% from 255) = 55.86%
R=18.47%
G=25.68%
B=55.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41571240.670.5400.51228.4350.332.35
Hex29397C4336033e43220
Octal5171174103660633446240
Binary10100111100111111001000011110110011001111100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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