#3B4E97

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

Shades of Tory Blue #3B4E97

Tints of Tory Blue #3B4E97

Color information

#3B4E97 (or 0x3B4E97) is unknown color: approx Tory Blue. HEX triplet: 3B, 4E and 97. RGB value is (59,78,151). Sum of RGB (Red+Green+Blue) = 59+78+151=288 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.49% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B4E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4E97 is #C4B168. Grayscale: #505050. Windows color (decimal): -12890473 or 9915963. OLE color: 9915963.

HSL color Cylindrical-coordinate representation of color #3B4E97: hue angle of 227.61º 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 #3B4E97 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5978151-
CMYK0.610.4800.41
HSL227.61º43.81%41.18%-
HSV(B)227.61º60.93%59.22%-
XYZ10.118.6130.41-
YUV80.64167.71112.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.49%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 151 (59.38% from 255) = 52.43%
R=20.49%
G=27.08%
B=52.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59781510.610.4800.41227.6143.8141.18
Hex3B4E973D30029e42c29
Octal7311622775600513445451
Binary111011100111010010111111101110000010100111100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,151); }

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

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

 a { background-color: rgb(59,78,151); }

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

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

 span { border-color: rgb(59,78,151); }

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