#3B509D

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

Shades of Tory Blue #3B509D

Tints of Tory Blue #3B509D

Color information

#3B509D (or 0x3B509D) is unknown color: approx Tory Blue. HEX triplet: 3B, 50 and 9D. RGB value is (59,80,157). Sum of RGB (Red+Green+Blue) = 59+80+157=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B509D is #C4AF62. Grayscale: #525252. Windows color (decimal): -12889955 or 10309691. OLE color: 10309691.

HSL color Cylindrical-coordinate representation of color #3B509D: hue angle of 227.14º 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 #3B509D is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5980157-
CMYK0.620.4900.38
HSL227.14º45.37%42.35%-
HSV(B)227.14º62.42%61.57%-
XYZ10.769.133.09-
YUV82.5170.04111.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=19.93%
G=27.03%
B=53.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59801570.620.4900.38227.1445.3742.35
Hex3B509D3E31026e32d2a
Octal7312023576610463435552
Binary111011101000010011101111110110001010011011100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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