#3B5693

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

Shades of Tory Blue #3B5693

Tints of Tory Blue #3B5693

Color information

#3B5693 (or 0x3B5693) is unknown color: approx Tory Blue. HEX triplet: 3B, 56 and 93. RGB value is (59,86,147). Sum of RGB (Red+Green+Blue) = 59+86+147=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B5693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5693 is #C4A96C. Grayscale: #545454. Windows color (decimal): -12888429 or 9655867. OLE color: 9655867.

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

Color convert

RGB5986147-
CMYK0.600.4100.42
HSL221.59º42.72%40.39%-
HSV(B)221.59º59.86%57.65%-
XYZ10.49.6928.93-
YUV84.88163.05109.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.21%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=20.21%
G=29.45%
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
Decimal59861470.600.4100.42221.5942.7240.39
Hex3B56933C2902Ade2b28
Octal7312622374510523365350
Binary111011101011010010011111100101001010101011011110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,147); }

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

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

 a { background-color: rgb(59,86,147); }

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

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

 span { border-color: rgb(59,86,147); }

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