#203876

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

Shades of Resolution Blue #203876

Tints of Resolution Blue #203876

Color information

#203876 (or 0x203876) is unknown color: approx Resolution Blue. HEX triplet: 20, 38 and 76. RGB value is (32,56,118). Sum of RGB (Red+Green+Blue) = 32+56+118=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #203876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203876 is #DFC789. Grayscale: #373737. Windows color (decimal): -14665610 or 7747616. OLE color: 7747616.

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

Color convert

RGB3256118-
CMYK0.730.5300.54
HSL223.26º57.33%29.41%-
HSV(B)223.26º72.88%46.27%-
XYZ5.284.4417.72-
YUV55.89163.05110.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=15.53%
G=27.18%
B=57.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32561180.730.5300.54223.2657.3329.41
Hex2038764935036df391d
Octal4070166111650663377135
Binary1000001110001110110100100111010101101101101111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203876; }

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

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

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

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

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

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

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

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