#3C568B

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

Shades of Tory Blue #3C568B

Tints of Tory Blue #3C568B

Color information

#3C568B (or 0x3C568B) is unknown color: approx Tory Blue. HEX triplet: 3C, 56 and 8B. RGB value is (60,86,139). Sum of RGB (Red+Green+Blue) = 60+86+139=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C568B is #C3A974. Grayscale: #545454. Windows color (decimal): -12822901 or 9131580. OLE color: 9131580.

HSL color Cylindrical-coordinate representation of color #3C568B: hue angle of 220.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 #3C568B is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6086139-
CMYK0.570.3800.45
HSL220.25º39.7%39.02%-
HSV(B)220.25º56.83%54.51%-
XYZ9.859.4825.74-
YUV84.27158.89110.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.05%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=21.05%
G=30.18%
B=48.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60861390.570.3800.45220.2539.739.02
Hex3C568B392602Ddc2827
Octal7412621371460553345047
Binary111100101011010001011111001100110010110111011100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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