#203477

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

Shades of Resolution Blue #203477

Tints of Resolution Blue #203477

Color information

#203477 (or 0x203477) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 77. RGB value is (32,52,119). Sum of RGB (Red+Green+Blue) = 32+52+119=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #203477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203477 is #DFCB88. Grayscale: #353535. Windows color (decimal): -14666633 or 7812128. OLE color: 7812128.

HSL color Cylindrical-coordinate representation of color #203477: hue angle of 226.21º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203477 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3252119-
CMYK0.730.5600.53
HSL226.21º57.62%29.61%-
HSV(B)226.21º73.11%46.67%-
XYZ5.154.0917.97-
YUV53.66164.87112.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 119 (46.88% from 255) = 58.62%
R=15.76%
G=25.62%
B=58.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32521190.730.5600.53226.2157.6229.61
Hex2034774938035e23a1e
Octal4064167111700653427236
Binary1000001101001110111100100111100001101011110001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203477; }

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

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

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

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

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

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

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

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