#203C78

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

Shades of Resolution Blue #203C78

Tints of Resolution Blue #203C78

Color information

#203C78 (or 0x203C78) is unknown color: approx Resolution Blue. HEX triplet: 20, 3C and 78. RGB value is (32,60,120). Sum of RGB (Red+Green+Blue) = 32+60+120=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #203C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203C78 is #DFC387. Grayscale: #3A3A3A. Windows color (decimal): -14664584 or 7879712. OLE color: 7879712.

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

Color convert

RGB3260120-
CMYK0.730.500.53
HSL220.91º57.89%29.8%-
HSV(B)220.91º73.33%47.06%-
XYZ5.64.8918.42-
YUV58.47162.72109.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=15.09%
G=28.30%
B=56.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32601200.730.500.53220.9157.8929.8
Hex203C784932035dd3a1e
Octal4074170111620653357236
Binary1000001111001111000100100111001001101011101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203C78; }

 p { color: rgb(32,60,120); }

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

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

 a { background-color: rgb(32,60,120); }

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

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

 span { border-color: rgb(32,60,120); }

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