#203289

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

Shades of Resolution Blue #203289

Tints of Resolution Blue #203289

Color information

#203289 (or 0x203289) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 89. RGB value is (32,50,137). Sum of RGB (Red+Green+Blue) = 32+50+137=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #203289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203289 is #DFCD76. Grayscale: #363636. Windows color (decimal): -14667127 or 8991264. OLE color: 8991264.

HSL color Cylindrical-coordinate representation of color #203289: hue angle of 229.71º 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 #203289 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3250137-
CMYK0.770.6400.46
HSL229.71º62.13%33.14%-
HSV(B)229.71º76.64%53.73%-
XYZ6.254.3924.19-
YUV54.54174.54111.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 137 (53.91% from 255) = 62.56%
R=14.61%
G=22.83%
B=62.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32501370.770.6400.46229.7162.1333.14
Hex2032894D4002Ee63e21
Octal40622111151000563467641
Binary1000001100101000100110011011000000010111011100110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203289; }

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

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

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

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

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

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

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

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