#203771

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

Shades of Resolution Blue #203771

Tints of Resolution Blue #203771

Color information

#203771 (or 0x203771) is unknown color: approx Resolution Blue. HEX triplet: 20, 37 and 71. RGB value is (32,55,113). Sum of RGB (Red+Green+Blue) = 32+55+113=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #203771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203771 is #DFC88E. Grayscale: #363636. Windows color (decimal): -14665871 or 7419680. OLE color: 7419680.

HSL color Cylindrical-coordinate representation of color #203771: hue angle of 222.96º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203771 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3255113-
CMYK0.720.5100.56
HSL222.96º55.86%28.43%-
HSV(B)222.96º71.68%44.31%-
XYZ4.944.2316.18-
YUV54.73160.88111.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 55 (21.88% from 255) = 27.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=16%
G=27.5%
B=56.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32551130.720.5100.56222.9655.8628.43
Hex2037714833038df381c
Octal4067161110630703377034
Binary1000001101111110001100100011001101110001101111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203771; }

 p { color: rgb(32,55,113); }

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

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

 a { background-color: rgb(32,55,113); }

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

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

 span { border-color: rgb(32,55,113); }

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