#3C5095

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

Shades of Tory Blue #3C5095

Tints of Tory Blue #3C5095

Color information

#3C5095 (or 0x3C5095) is unknown color: approx Tory Blue. HEX triplet: 3C, 50 and 95. RGB value is (60,80,149). Sum of RGB (Red+Green+Blue) = 60+80+149=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5095 is #C3AF6A. Grayscale: #515151. Windows color (decimal): -12824427 or 9785404. OLE color: 9785404.

HSL color Cylindrical-coordinate representation of color #3C5095: hue angle of 226.52º 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 #3C5095 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6080149-
CMYK0.600.4600.42
HSL226.52º42.58%40.98%-
HSV(B)226.52º59.73%58.43%-
XYZ10.168.8729.61-
YUV81.89165.87112.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=20.76%
G=27.68%
B=51.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60801490.600.4600.42226.5242.5840.98
Hex3C50953C2E02Ae32b29
Octal7412022574560523435351
Binary111100101000010010101111100101110010101011100011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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