#203581

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

Shades of Resolution Blue #203581

Tints of Resolution Blue #203581

Color information

#203581 (or 0x203581) is unknown color: approx Resolution Blue. HEX triplet: 20, 35 and 81. RGB value is (32,53,129). Sum of RGB (Red+Green+Blue) = 32+53+129=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #203581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203581 is #DFCA7E. Grayscale: #373737. Windows color (decimal): -14666367 or 8467744. OLE color: 8467744.

HSL color Cylindrical-coordinate representation of color #203581: hue angle of 227.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #203581 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3253129-
CMYK0.750.5900.49
HSL227.01º60.25%31.57%-
HSV(B)227.01º75.19%50.59%-
XYZ5.834.4421.32-
YUV55.38169.54111.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=14.95%
G=24.77%
B=60.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32531290.750.5900.49227.0160.2531.57
Hex2035814B3B031e33c20
Octal4065201113730613437440
Binary100000110101100000011001011111011011000111100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203581; }

 p { color: rgb(32,53,129); }

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

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

 a { background-color: rgb(32,53,129); }

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

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

 span { border-color: rgb(32,53,129); }

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