#3C4995

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

Shades of Tory Blue #3C4995

Tints of Tory Blue #3C4995

Color information

#3C4995 (or 0x3C4995) is unknown color: approx Tory Blue. HEX triplet: 3C, 49 and 95. RGB value is (60,73,149). Sum of RGB (Red+Green+Blue) = 60+73+149=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C4995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4995 is #C3B66A. Grayscale: #4D4D4D. Windows color (decimal): -12826219 or 9783612. OLE color: 9783612.

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

Color convert

RGB6073149-
CMYK0.600.5100.42
HSL231.24º42.58%40.98%-
HSV(B)231.24º59.73%58.43%-
XYZ9.677.929.45-
YUV77.78168.19115.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=21.28%
G=25.89%
B=52.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60731490.600.5100.42231.2442.5840.98
Hex3C49953C3302Ae72b29
Octal7411122574630523475351
Binary111100100100110010101111100110011010101011100111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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