#3C4982

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

Shades of Tory Blue #3C4982

Tints of Tory Blue #3C4982

Color information

#3C4982 (or 0x3C4982) is unknown color: approx Tory Blue. HEX triplet: 3C, 49 and 82. RGB value is (60,73,130). Sum of RGB (Red+Green+Blue) = 60+73+130=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C4982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4982 is #C3B67D. Grayscale: #4B4B4B. Windows color (decimal): -12826238 or 8538428. OLE color: 8538428.

HSL color Cylindrical-coordinate representation of color #3C4982: hue angle of 228.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C4982 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6073130-
CMYK0.540.4400.49
HSL228.86º36.84%37.25%-
HSV(B)228.86º53.85%50.98%-
XYZ8.287.3422.1-
YUV75.61158.69116.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=22.81%
G=27.76%
B=49.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60731300.540.4400.49228.8636.8437.25
Hex3C4982362C031e52525
Octal7411120266540613454545
Binary111100100100110000010110110101100011000111100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,130); }

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

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

 a { background-color: rgb(60,73,130); }

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

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

 span { border-color: rgb(60,73,130); }

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