#3D509D

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

Shades of Tory Blue #3D509D

Tints of Tory Blue #3D509D

Color information

#3D509D (or 0x3D509D) is unknown color: approx Tory Blue. HEX triplet: 3D, 50 and 9D. RGB value is (61,80,157). Sum of RGB (Red+Green+Blue) = 61+80+157=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D509D is #C2AF62. Grayscale: #525252. Windows color (decimal): -12758883 or 10309693. OLE color: 10309693.

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

Color convert

RGB6180157-
CMYK0.610.4900.38
HSL228.12º44.04%42.75%-
HSV(B)228.12º61.15%61.57%-
XYZ10.889.1633.09-
YUV83.1169.71112.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.47%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=20.47%
G=26.85%
B=52.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61801570.610.4900.38228.1244.0442.75
Hex3D509D3D31026e42c2b
Octal7512023575610463445453
Binary111101101000010011101111101110001010011011100100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,80,157); }

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

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

 a { background-color: rgb(61,80,157); }

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

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

 span { border-color: rgb(61,80,157); }

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