#32477A

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

Shades of Resolution Blue #32477A

Tints of Resolution Blue #32477A

Color information

#32477A (or 0x32477A) is unknown color: approx Resolution Blue. HEX triplet: 32, 47 and 7A. RGB value is (50,71,122). Sum of RGB (Red+Green+Blue) = 50+71+122=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #32477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32477A is #CDB885. Grayscale: #464646. Windows color (decimal): -13482118 or 8013618. OLE color: 8013618.

HSL color Cylindrical-coordinate representation of color #32477A: hue angle of 222.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32477A is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5071122-
CMYK0.590.4200.52
HSL222.5º41.86%33.73%-
HSV(B)222.5º59.02%47.84%-
XYZ7.086.5919.31-
YUV70.54157.04113.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=20.58%
G=29.22%
B=50.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50711220.590.4200.52222.541.8633.73
Hex32477A3B2A034de2a22
Octal6210717273520643365242
Binary11001010001111111010111011101010011010011011110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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