#3B4693

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

Shades of Tory Blue #3B4693

Tints of Tory Blue #3B4693

Color information

#3B4693 (or 0x3B4693) is unknown color: approx Tory Blue. HEX triplet: 3B, 46 and 93. RGB value is (59,70,147). Sum of RGB (Red+Green+Blue) = 59+70+147=276 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.38% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #3B4693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4693 is #C4B96C. Grayscale: #4B4B4B. Windows color (decimal): -12892525 or 9651771. OLE color: 9651771.

HSL color Cylindrical-coordinate representation of color #3B4693: hue angle of 232.5º 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 #3B4693 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5970147-
CMYK0.600.5200.42
HSL232.5º42.72%40.39%-
HSV(B)232.5º59.86%57.65%-
XYZ9.267.4228.55-
YUV75.49168.36116.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.38%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=21.38%
G=25.36%
B=53.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59701470.600.5200.42232.542.7240.39
Hex3B46933C3402Ae82b28
Octal7310622374640523505350
Binary111011100011010010011111100110100010101011101000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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