#3A4B91

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

Shades of Tory Blue #3A4B91

Tints of Tory Blue #3A4B91

Color information

#3A4B91 (or 0x3A4B91) is unknown color: approx Tory Blue. HEX triplet: 3A, 4B and 91. RGB value is (58,75,145). Sum of RGB (Red+Green+Blue) = 58+75+145=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A4B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4B91 is #C5B46E. Grayscale: #4D4D4D. Windows color (decimal): -12956783 or 9521978. OLE color: 9521978.

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

Color convert

RGB5875145-
CMYK0.60.4800.43
HSL228.28º42.86%39.8%-
HSV(B)228.28º60%56.86%-
XYZ9.377.9827.83-
YUV77.9165.87113.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.86%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=20.86%
G=26.98%
B=52.16%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58751450.60.4800.43228.2842.8639.8
Hex3A4B913C3002Be42b28
Octal7211322174600533445350
Binary111010100101110010001111100110000010101111100100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,145); }

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

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

 a { background-color: rgb(58,75,145); }

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

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

 span { border-color: rgb(58,75,145); }

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