#3D5495

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

Shades of Tory Blue #3D5495

Tints of Tory Blue #3D5495

Color information

#3D5495 (or 0x3D5495) is unknown color: approx Tory Blue. HEX triplet: 3D, 54 and 95. RGB value is (61,84,149). Sum of RGB (Red+Green+Blue) = 61+84+149=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D5495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5495 is #C2AB6A. Grayscale: #545454. Windows color (decimal): -12757867 or 9786429. OLE color: 9786429.

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

Color convert

RGB6184149-
CMYK0.590.4400.42
HSL224.32º41.9%41.18%-
HSV(B)224.32º59.06%58.43%-
XYZ10.529.529.71-
YUV84.53164.38111.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=20.75%
G=28.57%
B=50.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61841490.590.4400.42224.3241.941.18
Hex3D54953B2C02Ae02a29
Octal7512422573540523405251
Binary111101101010010010101111011101100010101011100000101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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