#3B509C

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

Shades of Tory Blue #3B509C

Tints of Tory Blue #3B509C

Color information

#3B509C (or 0x3B509C) is unknown color: approx Tory Blue. HEX triplet: 3B, 50 and 9C. RGB value is (59,80,156). Sum of RGB (Red+Green+Blue) = 59+80+156=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B509C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B509C is #C4AF63. Grayscale: #525252. Windows color (decimal): -12889956 or 10244155. OLE color: 10244155.

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

Color convert

RGB5980156-
CMYK0.620.4900.39
HSL227.01º45.12%42.16%-
HSV(B)227.01º62.18%61.18%-
XYZ10.679.0732.64-
YUV82.38169.54111.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=20%
G=27.12%
B=52.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59801560.620.4900.39227.0145.1242.16
Hex3B509C3E31027e32d2a
Octal7312023476610473435552
Binary111011101000010011100111110110001010011111100011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B509C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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