#3C558C

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

Shades of Tory Blue #3C558C

Tints of Tory Blue #3C558C

Color information

#3C558C (or 0x3C558C) is unknown color: approx Tory Blue. HEX triplet: 3C, 55 and 8C. RGB value is (60,85,140). Sum of RGB (Red+Green+Blue) = 60+85+140=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C558C is #C3AA73. Grayscale: #535353. Windows color (decimal): -12823156 or 9196860. OLE color: 9196860.

HSL color Cylindrical-coordinate representation of color #3C558C: hue angle of 221.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C558C is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6085140-
CMYK0.570.3900.45
HSL221.25º40%39.22%-
HSV(B)221.25º57.14%54.9%-
XYZ9.859.3526.1-
YUV83.79159.72111.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=21.05%
G=29.82%
B=49.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60851400.570.3900.45221.254039.22
Hex3C558C392702Ddd2827
Octal7412521471470553355047
Binary111100101010110001100111001100111010110111011101101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C558C; }

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

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

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

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

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

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

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

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