#3C558E

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

Shades of Tory Blue #3C558E

Tints of Tory Blue #3C558E

Color information

#3C558E (or 0x3C558E) is unknown color: approx Tory Blue. HEX triplet: 3C, 55 and 8E. RGB value is (60,85,142). Sum of RGB (Red+Green+Blue) = 60+85+142=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C558E is #C3AA71. Grayscale: #535353. Windows color (decimal): -12823154 or 9327932. OLE color: 9327932.

HSL color Cylindrical-coordinate representation of color #3C558E: hue angle of 221.71º 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 #3C558E is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6085142-
CMYK0.580.4000.44
HSL221.71º40.59%39.61%-
HSV(B)221.71º57.75%55.69%-
XYZ9.999.4126.88-
YUV84.02160.72110.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=20.91%
G=29.62%
B=49.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60851420.580.4000.44221.7140.5939.61
Hex3C558E3A2802Cde2928
Octal7412521672500543365150
Binary111100101010110001110111010101000010110011011110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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