#203979

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

Shades of Resolution Blue #203979

Tints of Resolution Blue #203979

Color information

#203979 (or 0x203979) is unknown color: approx Resolution Blue. HEX triplet: 20, 39 and 79. RGB value is (32,57,121). Sum of RGB (Red+Green+Blue) = 32+57+121=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #203979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203979 is #DFC686. Grayscale: #383838. Windows color (decimal): -14665351 or 7944480. OLE color: 7944480.

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

Color convert

RGB3257121-
CMYK0.740.5300.53
HSL223.15º58.17%30%-
HSV(B)223.15º73.55%47.45%-
XYZ5.514.6118.69-
YUV56.82164.22110.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.24%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=15.24%
G=27.14%
B=57.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32571210.740.5300.53223.1558.1730
Hex2039794A35035df3a1e
Octal4071171112650653377236
Binary1000001110011111001100101011010101101011101111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203979; }

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

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

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

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

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

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

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

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