#3B4796

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

Shades of Tory Blue #3B4796

Tints of Tory Blue #3B4796

Color information

#3B4796 (or 0x3B4796) is unknown color: approx Tory Blue. HEX triplet: 3B, 47 and 96. RGB value is (59,71,150). Sum of RGB (Red+Green+Blue) = 59+71+150=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B4796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4796 is #C4B869. Grayscale: #4C4C4C. Windows color (decimal): -12892266 or 9848635. OLE color: 9848635.

HSL color Cylindrical-coordinate representation of color #3B4796: hue angle of 232.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B4796 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5971150-
CMYK0.610.5300.41
HSL232.09º43.54%40.98%-
HSV(B)232.09º60.67%58.82%-
XYZ9.567.6429.82-
YUV76.42169.52115.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=21.07%
G=25.36%
B=53.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59711500.610.5300.41232.0943.5440.98
Hex3B47963D35029e82c29
Octal7310722675650513505451
Binary111011100011110010110111101110101010100111101000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,150); }

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

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

 a { background-color: rgb(59,71,150); }

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

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

 span { border-color: rgb(59,71,150); }

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