#3A4B81

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

Shades of Tory Blue #3A4B81

Tints of Tory Blue #3A4B81

Color information

#3A4B81 (or 0x3A4B81) is unknown color: approx Tory Blue. HEX triplet: 3A, 4B and 81. RGB value is (58,75,129). Sum of RGB (Red+Green+Blue) = 58+75+129=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A4B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4B81 is #C5B47E. Grayscale: #4B4B4B. Windows color (decimal): -12956799 or 8473402. OLE color: 8473402.

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

Color convert

RGB5875129-
CMYK0.550.4200.49
HSL225.63º37.97%36.67%-
HSV(B)225.63º55.04%50.59%-
XYZ8.227.5221.79-
YUV76.07157.87115.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.14%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 129 (50.78% from 255) = 49.24%
R=22.14%
G=28.63%
B=49.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58751290.550.4200.49225.6337.9736.67
Hex3A4B81372A031e22625
Octal7211320167520613424645
Binary111010100101110000001110111101010011000111100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,75,129); }

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

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

 a { background-color: rgb(58,75,129); }

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

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

 span { border-color: rgb(58,75,129); }

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