#3A4A9E

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

Shades of Tory Blue #3A4A9E

Tints of Tory Blue #3A4A9E

Color information

#3A4A9E (or 0x3A4A9E) is unknown color: approx Tory Blue. HEX triplet: 3A, 4A and 9E. RGB value is (58,74,158). Sum of RGB (Red+Green+Blue) = 58+74+158=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A4A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4A9E is #C5B561. Grayscale: #4E4E4E. Windows color (decimal): -12957026 or 10373690. OLE color: 10373690.

HSL color Cylindrical-coordinate representation of color #3A4A9E: hue angle of 230.4º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A4A9E is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5874158-
CMYK0.630.5300.38
HSL230.4º46.3%42.35%-
HSV(B)230.4º63.29%61.96%-
XYZ10.378.2733.4-
YUV78.79172.7113.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 25.52%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=20%
G=25.52%
B=54.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58741580.630.5300.38230.446.342.35
Hex3A4A9E3F35026e62e2a
Octal7211223677650463465652
Binary111010100101010011110111111110101010011011100110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,74,158); }

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

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

 a { background-color: rgb(58,74,158); }

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

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

 span { border-color: rgb(58,74,158); }

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