#3d497c

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

Shades of Tory Blue #3D497C

Tints of Tory Blue #3D497C

Color information

#3D497C (or 0x3D497C) is unknown color: approx Tory Blue. HEX triplet: 3D, 49 and 7C. RGB value is (61,73,124). Sum of RGB (Red+Green+Blue) = 61+73+124=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D497C is #C2B683. Grayscale: #4B4B4B. Windows color (decimal): -12760708 or 8145213. OLE color: 8145213.

HSL color Cylindrical-coordinate representation of color #3D497C: hue angle of 228.57º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D497C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6173124-
CMYK0.510.4100.51
HSL228.57º34.05%36.27%-
HSV(B)228.57º50.81%48.63%-
XYZ7.957.2120.04-
YUV75.23155.52117.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=23.64%
G=28.29%
B=48.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61731240.510.4100.51228.5734.0536.27
Hex3D497C3329033e52224
Octal7511117463510633454244
Binary11110110010011111100110011101001011001111100101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d497c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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