#203C8C

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

Shades of Tory Blue #203C8C

Tints of Tory Blue #203C8C

Color information

#203C8C (or 0x203C8C) is unknown color: approx Tory Blue. HEX triplet: 20, 3C and 8C. RGB value is (32,60,140). Sum of RGB (Red+Green+Blue) = 32+60+140=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #203C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C8C is #DFC373. Grayscale: #3C3C3C. Windows color (decimal): -14664564 or 9190432. OLE color: 9190432.

HSL color Cylindrical-coordinate representation of color #203C8C: hue angle of 224.44º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203C8C is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3260140-
CMYK0.770.5700.45
HSL224.44º62.79%33.73%-
HSV(B)224.44º77.14%54.9%-
XYZ6.955.4325.49-
YUV60.75172.72107.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.79%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 140 (55.08% from 255) = 60.34%
R=13.79%
G=25.86%
B=60.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32601400.770.5700.45224.4462.7933.73
Hex203C8C4D3902De03f22
Octal4074214115710553407742
Binary100000111100100011001001101111001010110111100000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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