#3D519C

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

Shades of Tory Blue #3D519C

Tints of Tory Blue #3D519C

Color information

#3D519C (or 0x3D519C) is unknown color: approx Tory Blue. HEX triplet: 3D, 51 and 9C. RGB value is (61,81,156). Sum of RGB (Red+Green+Blue) = 61+81+156=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D519C is #C2AE63. Grayscale: #535353. Windows color (decimal): -12758628 or 10244413. OLE color: 10244413.

HSL color Cylindrical-coordinate representation of color #3D519C: hue angle of 227.37º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D519C is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6181156-
CMYK0.610.4800.39
HSL227.37º43.78%42.55%-
HSV(B)227.37º60.9%61.18%-
XYZ10.879.2832.67-
YUV83.57168.87111.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=20.47%
G=27.18%
B=52.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61811560.610.4800.39227.3743.7842.55
Hex3D519C3D30027e32c2b
Octal7512123475600473435453
Binary111101101000110011100111101110000010011111100011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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