#3D519A

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

Shades of Tory Blue #3D519A

Tints of Tory Blue #3D519A

Color information

#3D519A (or 0x3D519A) is unknown color: approx Tory Blue. HEX triplet: 3D, 51 and 9A. RGB value is (61,81,154). Sum of RGB (Red+Green+Blue) = 61+81+154=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D519A is #C2AE65. Grayscale: #535353. Windows color (decimal): -12758630 or 10113341. OLE color: 10113341.

HSL color Cylindrical-coordinate representation of color #3D519A: hue angle of 227.1º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D519A is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6181154-
CMYK0.600.4700.40
HSL227.1º43.26%42.16%-
HSV(B)227.1º60.39%60.39%-
XYZ10.79.2131.79-
YUV83.34167.87112.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=20.61%
G=27.36%
B=52.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61811540.600.4700.40227.143.2642.16
Hex3D519A3C2F028e32b2a
Octal7512123274570503435352
Binary111101101000110011010111100101111010100011100011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,154); }

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

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

 a { background-color: rgb(61,81,154); }

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

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

 span { border-color: rgb(61,81,154); }

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