#3d5586

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

Shades of Tory Blue #3D5586

Tints of Tory Blue #3D5586

Color information

#3D5586 (or 0x3D5586) is unknown color: approx Tory Blue. HEX triplet: 3D, 55 and 86. RGB value is (61,85,134). Sum of RGB (Red+Green+Blue) = 61+85+134=280 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.79% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D5586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5586 is #C2AA79. Grayscale: #535353. Windows color (decimal): -12757626 or 8803645. OLE color: 8803645.

HSL color Cylindrical-coordinate representation of color #3D5586: hue angle of 220.27º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5586 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6185134-
CMYK0.540.3700.47
HSL220.27º37.44%38.24%-
HSV(B)220.27º54.48%52.55%-
XYZ9.489.2123.83-
YUV83.41156.55112.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.79%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=21.79%
G=30.36%
B=47.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal61851340.540.3700.47220.2737.4438.24
Hex3D5586362502Fdc2526
Octal7512520666450573344546
Binary111101101010110000110110110100101010111111011100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,134); }

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

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

 a { background-color: rgb(61,85,134); }

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

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

 span { border-color: rgb(61,85,134); }

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