#203276

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

Shades of Resolution Blue #203276

Tints of Resolution Blue #203276

Color information

#203276 (or 0x203276) is unknown color: approx Resolution Blue. HEX triplet: 20, 32 and 76. RGB value is (32,50,118). Sum of RGB (Red+Green+Blue) = 32+50+118=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #203276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203276 is #DFCD89. Grayscale: #343434. Windows color (decimal): -14667146 or 7746080. OLE color: 7746080.

HSL color Cylindrical-coordinate representation of color #203276: hue angle of 227.44º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203276 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3250118-
CMYK0.730.5800.54
HSL227.44º57.33%29.41%-
HSV(B)227.44º72.88%46.27%-
XYZ5.013.917.63-
YUV52.37165.04113.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 59%
R=16%
G=25%
B=59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32501180.730.5800.54227.4457.3329.41
Hex203276493A036e3391d
Octal4062166111720663437135
Binary1000001100101110110100100111101001101101110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203276; }

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

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

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

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

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

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

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

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