#203273

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

Shades of Resolution Blue #203273

Tints of Resolution Blue #203273

Color information

#203273 (or 0x203273) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 73. RGB value is (32,50,115). Sum of RGB (Red+Green+Blue) = 32+50+115=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #203273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203273 is #DFCD8C. Grayscale: #333333. Windows color (decimal): -14667149 or 7549472. OLE color: 7549472.

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

Color convert

RGB3250115-
CMYK0.720.5700.55
HSL226.99º56.46%28.82%-
HSV(B)226.99º72.17%45.1%-
XYZ4.833.8316.7-
YUV52.03163.54113.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=16.24%
G=25.38%
B=58.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32501150.720.5700.55226.9956.4628.82
Hex2032734839037e3381d
Octal4062163110710673437035
Binary1000001100101110011100100011100101101111110001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203273; }

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

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

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

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

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

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

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

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