#3D4980

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

Shades of Tory Blue #3D4980

Tints of Tory Blue #3D4980

Color information

#3D4980 (or 0x3D4980) is unknown color: approx Tory Blue. HEX triplet: 3D, 49 and 80. RGB value is (61,73,128). Sum of RGB (Red+Green+Blue) = 61+73+128=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D4980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4980 is #C2B67F. Grayscale: #4B4B4B. Windows color (decimal): -12760704 or 8407357. OLE color: 8407357.

HSL color Cylindrical-coordinate representation of color #3D4980: hue angle of 229.25º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D4980 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6173128-
CMYK0.520.4300.50
HSL229.25º35.45%37.06%-
HSV(B)229.25º52.34%50.2%-
XYZ8.27.3221.4-
YUV75.68157.52117.53-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 128 (50.39% from 255) = 48.85%
R=23.28%
G=27.86%
B=48.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61731280.520.4300.50229.2535.4537.06
Hex3D4980342B032e52325
Octal7511120064530623454345
Binary111101100100110000000110100101011011001011100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,128); }

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

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

 a { background-color: rgb(61,73,128); }

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

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

 span { border-color: rgb(61,73,128); }

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