#203472

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

Shades of Resolution Blue #203472

Tints of Resolution Blue #203472

Color information

#203472 (or 0x203472) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 72. RGB value is (32,52,114). Sum of RGB (Red+Green+Blue) = 32+52+114=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #203472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203472 is #DFCB8D. Grayscale: #343434. Windows color (decimal): -14666638 or 7484448. OLE color: 7484448.

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

Color convert

RGB3252114-
CMYK0.720.5400.55
HSL225.37º56.16%28.63%-
HSV(B)225.37º71.93%44.71%-
XYZ4.863.9816.43-
YUV53.09162.37112.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 114 (44.92% from 255) = 57.58%
R=16.16%
G=26.26%
B=57.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32521140.720.5400.55225.3756.1628.63
Hex2034724836037e1381d
Octal4064162110660673417035
Binary1000001101001110010100100011011001101111110000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203472; }

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

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

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

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

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

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

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

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