#3C4896

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

Shades of Tory Blue #3C4896

Tints of Tory Blue #3C4896

Color information

#3C4896 (or 0x3C4896) is unknown color: approx Tory Blue. HEX triplet: 3C, 48 and 96. RGB value is (60,72,150). Sum of RGB (Red+Green+Blue) = 60+72+150=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #3C4896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4896 is #C3B769. Grayscale: #4C4C4C. Windows color (decimal): -12826474 or 9848892. OLE color: 9848892.

HSL color Cylindrical-coordinate representation of color #3C4896: hue angle of 232º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4896 is Cyan = 0.6, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6072150-
CMYK0.60.5200.41
HSL232º42.86%41.18%-
HSV(B)232º60%58.82%-
XYZ9.697.829.85-
YUV77.3169.02115.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=21.28%
G=25.53%
B=53.19%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal60721500.60.5200.4123242.8641.18
Hex3C48963C34029e82b29
Octal7411022674640513505351
Binary111100100100010010110111100110100010100111101000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,150); }

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

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

 a { background-color: rgb(60,72,150); }

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

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

 span { border-color: rgb(60,72,150); }

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