#3D5595

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

Shades of Tory Blue #3D5595

Tints of Tory Blue #3D5595

Color information

#3D5595 (or 0x3D5595) is unknown color: approx Tory Blue. HEX triplet: 3D, 55 and 95. RGB value is (61,85,149). Sum of RGB (Red+Green+Blue) = 61+85+149=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D5595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5595 is #C2AA6A. Grayscale: #545454. Windows color (decimal): -12757611 or 9786685. OLE color: 9786685.

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

Color convert

RGB6185149-
CMYK0.590.4300.42
HSL223.64º41.9%41.18%-
HSV(B)223.64º59.06%58.43%-
XYZ10.69.6629.74-
YUV85.12164.05110.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=20.68%
G=28.81%
B=50.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61851490.590.4300.42223.6441.941.18
Hex3D55953B2B02Ae02a29
Octal7512522573530523405251
Binary111101101010110010101111011101011010101011100000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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