#3C548B

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

Shades of Tory Blue #3C548B

Tints of Tory Blue #3C548B

Color information

#3C548B (or 0x3C548B) is unknown color: approx Tory Blue. HEX triplet: 3C, 54 and 8B. RGB value is (60,84,139). Sum of RGB (Red+Green+Blue) = 60+84+139=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C548B is #C3AB74. Grayscale: #525252. Windows color (decimal): -12823413 or 9131068. OLE color: 9131068.

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

Color convert

RGB6084139-
CMYK0.570.4000.45
HSL221.77º39.7%39.02%-
HSV(B)221.77º56.83%54.51%-
XYZ9.699.1725.68-
YUV83.09159.55111.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.20%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=21.20%
G=29.68%
B=49.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60841390.570.4000.45221.7739.739.02
Hex3C548B392802Dde2827
Octal7412421371500553365047
Binary111100101010010001011111001101000010110111011110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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