#3C5295

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

Shades of Tory Blue #3C5295

Tints of Tory Blue #3C5295

Color information

#3C5295 (or 0x3C5295) is unknown color: approx Tory Blue. HEX triplet: 3C, 52 and 95. RGB value is (60,82,149). Sum of RGB (Red+Green+Blue) = 60+82+149=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5295 is #C3AD6A. Grayscale: #525252. Windows color (decimal): -12823915 or 9785916. OLE color: 9785916.

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

Color convert

RGB6082149-
CMYK0.600.4500.42
HSL225.17º42.58%40.98%-
HSV(B)225.17º59.73%58.43%-
XYZ10.319.1729.66-
YUV83.06165.21111.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=20.62%
G=28.18%
B=51.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60821490.600.4500.42225.1742.5840.98
Hex3C52953C2D02Ae12b29
Octal7412222574550523415351
Binary111100101001010010101111100101101010101011100001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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