#3C5195

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

Shades of Tory Blue #3C5195

Tints of Tory Blue #3C5195

Color information

#3C5195 (or 0x3C5195) is unknown color: approx Tory Blue. HEX triplet: 3C, 51 and 95. RGB value is (60,81,149). Sum of RGB (Red+Green+Blue) = 60+81+149=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5195 is #C3AE6A. Grayscale: #525252. Windows color (decimal): -12824171 or 9785660. OLE color: 9785660.

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

Color convert

RGB6081149-
CMYK0.600.4600.42
HSL225.84º42.58%40.98%-
HSV(B)225.84º59.73%58.43%-
XYZ10.239.0229.63-
YUV82.47165.54111.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.69%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=20.69%
G=27.93%
B=51.38%

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
Decimal60811490.600.4600.42225.8442.5840.98
Hex3C51953C2E02Ae22b29
Octal7412122574560523425351
Binary111100101000110010101111100101110010101011100010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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