#3C5692

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

Shades of Tory Blue #3C5692

Tints of Tory Blue #3C5692

Color information

#3C5692 (or 0x3C5692) is unknown color: approx Tory Blue. HEX triplet: 3C, 56 and 92. RGB value is (60,86,146). Sum of RGB (Red+Green+Blue) = 60+86+146=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C5692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5692 is #C3A96D. Grayscale: #545454. Windows color (decimal): -12822894 or 9590332. OLE color: 9590332.

HSL color Cylindrical-coordinate representation of color #3C5692: hue angle of 221.86º 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 #3C5692 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6086146-
CMYK0.590.4100.43
HSL221.86º41.75%40.39%-
HSV(B)221.86º58.9%57.25%-
XYZ10.389.6928.52-
YUV85.07162.39110.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.55%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 146 (57.42% from 255) = 50%
R=20.55%
G=29.45%
B=50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60861460.590.4100.43221.8641.7540.39
Hex3C56923B2902Bde2a28
Octal7412622273510533365250
Binary111100101011010010010111011101001010101111011110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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