#32477C

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

Shades of Resolution Blue #32477C

Tints of Resolution Blue #32477C

Color information

#32477C (or 0x32477C) is unknown color: approx Resolution Blue. HEX triplet: 32, 47 and 7C. RGB value is (50,71,124). Sum of RGB (Red+Green+Blue) = 50+71+124=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #32477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477C is #CDB883. Grayscale: #464646. Windows color (decimal): -13482116 or 8144690. OLE color: 8144690.

HSL color Cylindrical-coordinate representation of color #32477C: hue angle of 222.97º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32477C is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5071124-
CMYK0.600.4300.51
HSL222.97º42.53%34.12%-
HSV(B)222.97º59.68%48.63%-
XYZ7.216.6419.97-
YUV70.76158.04113.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 124 (48.83% from 255) = 50.61%
R=20.41%
G=28.98%
B=50.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50711240.600.4300.51222.9742.5334.12
Hex32477C3C2B033df2b22
Octal6210717474530633375342
Binary11001010001111111100111100101011011001111011111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,71,124); }

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

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

 a { background-color: rgb(50,71,124); }

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

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

 span { border-color: rgb(50,71,124); }

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