#203873

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

Shades of Resolution Blue #203873

Tints of Resolution Blue #203873

Color information

#203873 (or 0x203873) is unknown color: approx Resolution Blue. HEX triplet: 20, 38 and 73. RGB value is (32,56,115). Sum of RGB (Red+Green+Blue) = 32+56+115=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #203873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203873 is #DFC78C. Grayscale: #373737. Windows color (decimal): -14665613 or 7551008. OLE color: 7551008.

HSL color Cylindrical-coordinate representation of color #203873: hue angle of 222.65º 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 #203873 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3256115-
CMYK0.720.5100.55
HSL222.65º56.46%28.82%-
HSV(B)222.65º72.17%45.1%-
XYZ5.14.3716.79-
YUV55.55161.55111.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=15.76%
G=27.59%
B=56.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32561150.720.5100.55222.6556.4628.82
Hex2038734833037df381d
Octal4070163110630673377035
Binary1000001110001110011100100011001101101111101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203873; }

 p { color: rgb(32,56,115); }

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

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

 a { background-color: rgb(32,56,115); }

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

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

 span { border-color: rgb(32,56,115); }

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