#3A489E

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

Shades of Tory Blue #3A489E

Tints of Tory Blue #3A489E

Color information

#3A489E (or 0x3A489E) is unknown color: approx Tory Blue. HEX triplet: 3A, 48 and 9E. RGB value is (58,72,158). Sum of RGB (Red+Green+Blue) = 58+72+158=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A489E is #C5B761. Grayscale: #4D4D4D. Windows color (decimal): -12957538 or 10373178. OLE color: 10373178.

HSL color Cylindrical-coordinate representation of color #3A489E: hue angle of 231.6º 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 #3A489E is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5872158-
CMYK0.630.5400.38
HSL231.6º46.3%42.35%-
HSV(B)231.6º63.29%61.96%-
XYZ10.23833.35-
YUV77.62173.36114.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=20.14%
G=25%
B=54.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58721580.630.5400.38231.646.342.35
Hex3A489E3F36026e82e2a
Octal7211023677660463505652
Binary111010100100010011110111111110110010011011101000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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