#3A4394

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

Shades of Tory Blue #3A4394

Tints of Tory Blue #3A4394

Color information

#3A4394 (or 0x3A4394) is unknown color: approx Tory Blue. HEX triplet: 3A, 43 and 94. RGB value is (58,67,148). Sum of RGB (Red+Green+Blue) = 58+67+148=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A4394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4394 is #C5BC6B. Grayscale: #494949. Windows color (decimal): -12958828 or 9716538. OLE color: 9716538.

HSL color Cylindrical-coordinate representation of color #3A4394: hue angle of 234º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A4394 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5867148-
CMYK0.610.5500.42
HSL234º43.69%40.39%-
HSV(B)234º60.81%58.04%-
XYZ9.17.0528.9-
YUV73.54170.02116.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=21.25%
G=24.54%
B=54.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58671480.610.5500.4223443.6940.39
Hex3A43943D3702Aea2c28
Octal7210322475670523525450
Binary111010100001110010100111101110111010101011101010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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