#3B499D

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

Shades of Tory Blue #3B499D

Tints of Tory Blue #3B499D

Color information

#3B499D (or 0x3B499D) is unknown color: approx Tory Blue. HEX triplet: 3B, 49 and 9D. RGB value is (59,73,157). Sum of RGB (Red+Green+Blue) = 59+73+157=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B499D is #C4B662. Grayscale: #4E4E4E. Windows color (decimal): -12891747 or 10307899. OLE color: 10307899.

HSL color Cylindrical-coordinate representation of color #3B499D: hue angle of 231.43º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B499D is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5973157-
CMYK0.620.5400.38
HSL231.43º45.37%42.35%-
HSV(B)231.43º62.42%61.57%-
XYZ10.278.1332.93-
YUV78.39172.36114.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.42%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=20.42%
G=25.26%
B=54.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59731570.620.5400.38231.4345.3742.35
Hex3B499D3E36026e72d2a
Octal7311123576660463475552
Binary111011100100110011101111110110110010011011100111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,157); }

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

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

 a { background-color: rgb(59,73,157); }

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

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

 span { border-color: rgb(59,73,157); }

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