#3C578E

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

Shades of Tory Blue #3C578E

Tints of Tory Blue #3C578E

Color information

#3C578E (or 0x3C578E) is unknown color: approx Tory Blue. HEX triplet: 3C, 57 and 8E. RGB value is (60,87,142). Sum of RGB (Red+Green+Blue) = 60+87+142=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C578E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C578E is #C3A871. Grayscale: #545454. Windows color (decimal): -12822642 or 9328444. OLE color: 9328444.

HSL color Cylindrical-coordinate representation of color #3C578E: hue angle of 220.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C578E is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6087142-
CMYK0.580.3900.44
HSL220.24º40.59%39.61%-
HSV(B)220.24º57.75%55.69%-
XYZ10.159.7326.93-
YUV85.2160.05110.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=20.76%
G=30.10%
B=49.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60871420.580.3900.44220.2440.5939.61
Hex3C578E3A2702Cdc2928
Octal7412721672470543345150
Binary111100101011110001110111010100111010110011011100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,87,142); }

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

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

 a { background-color: rgb(60,87,142); }

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

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

 span { border-color: rgb(60,87,142); }

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