#3B5794

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

Shades of Tory Blue #3B5794

Tints of Tory Blue #3B5794

Color information

#3B5794 (or 0x3B5794) is unknown color: approx Tory Blue. HEX triplet: 3B, 57 and 94. RGB value is (59,87,148). Sum of RGB (Red+Green+Blue) = 59+87+148=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B5794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5794 is #C4A86B. Grayscale: #555555. Windows color (decimal): -12888172 or 9721659. OLE color: 9721659.

HSL color Cylindrical-coordinate representation of color #3B5794: hue angle of 221.12º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B5794 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5987148-
CMYK0.600.4100.42
HSL221.12º43%40.59%-
HSV(B)221.12º60.14%58.04%-
XYZ10.569.8829.37-
YUV85.58163.22109.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.07%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 148 (58.20% from 255) = 50.34%
R=20.07%
G=29.59%
B=50.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59871480.600.4100.42221.124340.59
Hex3B57943C2902Add2b29
Octal7312722474510523355351
Binary111011101011110010100111100101001010101011011101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,148); }

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

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

 a { background-color: rgb(59,87,148); }

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

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

 span { border-color: rgb(59,87,148); }

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