#3A4F87

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

Shades of Tory Blue #3A4F87

Tints of Tory Blue #3A4F87

Color information

#3A4F87 (or 0x3A4F87) is unknown color: approx Tory Blue. HEX triplet: 3A, 4F and 87. RGB value is (58,79,135). Sum of RGB (Red+Green+Blue) = 58+79+135=272 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.32% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A4F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4F87 is #C5B078. Grayscale: #4E4E4E. Windows color (decimal): -12955769 or 8867642. OLE color: 8867642.

HSL color Cylindrical-coordinate representation of color #3A4F87: hue angle of 223.64º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A4F87 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5879135-
CMYK0.570.4100.47
HSL223.64º39.9%37.84%-
HSV(B)223.64º57.04%52.94%-
XYZ8.918.2424.04-
YUV79.1159.54112.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.32%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=21.32%
G=29.04%
B=49.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58791350.570.4100.47223.6439.937.84
Hex3A4F87392902Fe02826
Octal7211720771510573405046
Binary111010100111110000111111001101001010111111100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,135); }

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

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

 a { background-color: rgb(58,79,135); }

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

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

 span { border-color: rgb(58,79,135); }

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