#203279

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

Shades of Resolution Blue #203279

Tints of Resolution Blue #203279

Color information

#203279 (or 0x203279) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 79. RGB value is (32,50,121). Sum of RGB (Red+Green+Blue) = 32+50+121=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #203279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203279 is #DFCD86. Grayscale: #343434. Windows color (decimal): -14667143 or 7942688. OLE color: 7942688.

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

Color convert

RGB3250121-
CMYK0.740.5900.53
HSL227.87º58.17%30%-
HSV(B)227.87º73.55%47.45%-
XYZ5.193.9718.58-
YUV52.71166.54113.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=15.76%
G=24.63%
B=59.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32501210.740.5900.53227.8758.1730
Hex2032794A3B035e43a1e
Octal4062171112730653447236
Binary1000001100101111001100101011101101101011110010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203279; }

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

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

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

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

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

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

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

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