#203589

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

Shades of Resolution Blue #203589

Tints of Resolution Blue #203589

Color information

#203589 (or 0x203589) is unknown color: approx Resolution Blue. HEX triplet: 20, 35 and 89. RGB value is (32,53,137). Sum of RGB (Red+Green+Blue) = 32+53+137=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 137 (53.91% from 255 or 61.71% from 222); Max value from RGB is 137 - color contains mainly: blue. Hex color #203589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203589 is #DFCA76. Grayscale: #373737. Windows color (decimal): -14666359 or 8992032. OLE color: 8992032.

HSL color Cylindrical-coordinate representation of color #203589: hue angle of 228º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203589 is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3253137-
CMYK0.770.6100.46
HSL228º62.13%33.14%-
HSV(B)228º76.64%53.73%-
XYZ6.384.6624.23-
YUV56.3173.54110.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 137 (53.91% from 255) = 61.71%
R=14.41%
G=23.87%
B=61.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32531370.770.6100.4622862.1333.14
Hex2035894D3D02Ee43e21
Octal4065211115750563447641
Binary100000110101100010011001101111101010111011100100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203589; }

 p { color: rgb(32,53,137); }

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

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

 a { background-color: rgb(32,53,137); }

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

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

 span { border-color: rgb(32,53,137); }

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