#203476

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

Shades of Resolution Blue #203476

Tints of Resolution Blue #203476

Color information

#203476 (or 0x203476) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 76. RGB value is (32,52,118). Sum of RGB (Red+Green+Blue) = 32+52+118=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #203476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203476 is #DFCB89. Grayscale: #353535. Windows color (decimal): -14666634 or 7746592. OLE color: 7746592.

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

Color convert

RGB3252118-
CMYK0.730.5600.54
HSL226.05º57.33%29.41%-
HSV(B)226.05º72.88%46.27%-
XYZ5.094.0717.66-
YUV53.54164.37112.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.84%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=15.84%
G=25.74%
B=58.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32521180.730.5600.54226.0557.3329.41
Hex2034764938036e2391d
Octal4064166111700663427135
Binary1000001101001110110100100111100001101101110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203476; }

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

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

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

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

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

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

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

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