#20328B

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

Shades of Resolution Blue #20328B

Tints of Resolution Blue #20328B

Color information

#20328B (or 0x20328B) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 8B. RGB value is (32,50,139). Sum of RGB (Red+Green+Blue) = 32+50+139=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #20328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20328B is #DFCD74. Grayscale: #363636. Windows color (decimal): -14667125 or 9122336. OLE color: 9122336.

HSL color Cylindrical-coordinate representation of color #20328B: hue angle of 229.91º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20328B is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3250139-
CMYK0.770.6400.45
HSL229.91º62.57%33.53%-
HSV(B)229.91º76.98%54.51%-
XYZ6.44.4524.95-
YUV54.76175.54111.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 139 (54.69% from 255) = 62.90%
R=14.48%
G=22.62%
B=62.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32501390.770.6400.45229.9162.5733.53
Hex20328B4D4002De63f22
Octal40622131151000553467742
Binary1000001100101000101110011011000000010110111100110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20328B; }

 p { color: rgb(32,50,139); }

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

<style>
 a { background-color: #20328B; }

 a { background-color: rgb(32,50,139); }

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

<style>
 span { border-color: #20328B; }

 span { border-color: rgb(32,50,139); }

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