#203379

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

Shades of Resolution Blue #203379

Tints of Resolution Blue #203379

Color information

#203379 (or 0x203379) is unknown color: approx Resolution Blue. HEX triplet: 20, 33 and 79. RGB value is (32,51,121). Sum of RGB (Red+Green+Blue) = 32+51+121=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #203379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203379 is #DFCC86. Grayscale: #353535. Windows color (decimal): -14666887 or 7942944. OLE color: 7942944.

HSL color Cylindrical-coordinate representation of color #203379: hue angle of 227.19º 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 #203379 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3251121-
CMYK0.740.5800.53
HSL227.19º58.17%30%-
HSV(B)227.19º73.55%47.45%-
XYZ5.234.0618.6-
YUV53.3166.21112.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 59.31%
R=15.69%
G=25%
B=59.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32511210.740.5800.53227.1958.1730
Hex2033794A3A035e33a1e
Octal4063171112720653437236
Binary1000001100111111001100101011101001101011110001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203379; }

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

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

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

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

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

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

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

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