#203772

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

Shades of Resolution Blue #203772

Tints of Resolution Blue #203772

Color information

#203772 (or 0x203772) is unknown color: approx Resolution Blue. HEX triplet: 20, 37 and 72. RGB value is (32,55,114). Sum of RGB (Red+Green+Blue) = 32+55+114=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #203772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203772 is #DFC88D. Grayscale: #363636. Windows color (decimal): -14665870 or 7485216. OLE color: 7485216.

HSL color Cylindrical-coordinate representation of color #203772: hue angle of 223.17º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203772 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3255114-
CMYK0.720.5200.55
HSL223.17º56.16%28.63%-
HSV(B)223.17º71.93%44.71%-
XYZ54.2516.48-
YUV54.85161.38111.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=15.92%
G=27.36%
B=56.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32551140.720.5200.55223.1756.1628.63
Hex2037724834037df381d
Octal4067162110640673377035
Binary1000001101111110010100100011010001101111101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203772; }

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

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

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

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

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

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

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

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