#3a4397

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

Shades of Tory Blue #3A4397

Tints of Tory Blue #3A4397

Color information

#3A4397 (or 0x3A4397) is unknown color: approx Tory Blue. HEX triplet: 3A, 43 and 97. RGB value is (58,67,151). Sum of RGB (Red+Green+Blue) = 58+67+151=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4397 is #C5BC68. Grayscale: #494949. Windows color (decimal): -12958825 or 9913146. OLE color: 9913146.

HSL color Cylindrical-coordinate representation of color #3A4397: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4397 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5867151-
CMYK0.620.5600.41
HSL234.19º44.5%40.98%-
HSV(B)234.19º61.59%59.22%-
XYZ9.347.1530.17-
YUV73.89171.52116.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 151 (59.38% from 255) = 54.71%
R=21.01%
G=24.28%
B=54.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58671510.620.5600.41234.1944.540.98
Hex3A43973E38029ea2c29
Octal7210322776700513525451
Binary111010100001110010111111110111000010100111101010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,67,151); }

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

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

 a { background-color: rgb(58,67,151); }

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

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

 span { border-color: rgb(58,67,151); }

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