#203479

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

Shades of Resolution Blue #203479

Tints of Resolution Blue #203479

Color information

#203479 (or 0x203479) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 79. RGB value is (32,52,121). Sum of RGB (Red+Green+Blue) = 32+52+121=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #203479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203479 is #DFCB86. Grayscale: #353535. Windows color (decimal): -14666631 or 7943200. OLE color: 7943200.

HSL color Cylindrical-coordinate representation of color #203479: hue angle of 226.52º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203479 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3252121-
CMYK0.740.5700.53
HSL226.52º58.17%30%-
HSV(B)226.52º73.55%47.45%-
XYZ5.274.1418.61-
YUV53.89165.87112.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 121 (47.66% from 255) = 59.02%
R=15.61%
G=25.37%
B=59.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32521210.740.5700.53226.5258.1730
Hex2034794A39035e33a1e
Octal4064171112710653437236
Binary1000001101001111001100101011100101101011110001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203479; }

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

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

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

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

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

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

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

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