#3C568E

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

Shades of Tory Blue #3C568E

Tints of Tory Blue #3C568E

Color information

#3C568E (or 0x3C568E) is unknown color: approx Tory Blue. HEX triplet: 3C, 56 and 8E. RGB value is (60,86,142). Sum of RGB (Red+Green+Blue) = 60+86+142=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C568E is #C3A971. Grayscale: #545454. Windows color (decimal): -12822898 or 9328188. OLE color: 9328188.

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

Color convert

RGB6086142-
CMYK0.580.3900.44
HSL220.98º40.59%39.61%-
HSV(B)220.98º57.75%55.69%-
XYZ10.079.5726.91-
YUV84.61160.39110.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=20.83%
G=29.86%
B=49.31%

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
Decimal60861420.580.3900.44220.9840.5939.61
Hex3C568E3A2702Cdd2928
Octal7412621672470543355150
Binary111100101011010001110111010100111010110011011101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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