#3C5392

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

Shades of Tory Blue #3C5392

Tints of Tory Blue #3C5392

Color information

#3C5392 (or 0x3C5392) is unknown color: approx Tory Blue. HEX triplet: 3C, 53 and 92. RGB value is (60,83,146). Sum of RGB (Red+Green+Blue) = 60+83+146=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C5392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5392 is #C3AC6D. Grayscale: #535353. Windows color (decimal): -12823662 or 9589564. OLE color: 9589564.

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

Color convert

RGB6083146-
CMYK0.590.4300.43
HSL223.95º41.75%40.39%-
HSV(B)223.95º58.9%57.25%-
XYZ10.159.2228.44-
YUV83.3163.38111.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=20.76%
G=28.72%
B=50.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60831460.590.4300.43223.9541.7540.39
Hex3C53923B2B02Be02a28
Octal7412322273530533405250
Binary111100101001110010010111011101011010101111100000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,146); }

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

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

 a { background-color: rgb(60,83,146); }

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

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

 span { border-color: rgb(60,83,146); }

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