#3A487D

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

Shades of Tory Blue #3A487D

Tints of Tory Blue #3A487D

Color information

#3A487D (or 0x3A487D) is unknown color: approx Tory Blue. HEX triplet: 3A, 48 and 7D. RGB value is (58,72,125). Sum of RGB (Red+Green+Blue) = 58+72+125=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A487D is #C5B782. Grayscale: #494949. Windows color (decimal): -12957571 or 8210490. OLE color: 8210490.

HSL color Cylindrical-coordinate representation of color #3A487D: hue angle of 227.46º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A487D is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5872125-
CMYK0.540.4200.51
HSL227.46º36.61%35.88%-
HSV(B)227.46º53.6%49.02%-
XYZ7.767.0120.35-
YUV73.86156.86116.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=22.75%
G=28.24%
B=49.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58721250.540.4200.51227.4636.6135.88
Hex3A487D362A033e32524
Octal7211017566520633434544
Binary11101010010001111101110110101010011001111100011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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