#3A4A8B

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

Shades of Tory Blue #3A4A8B

Tints of Tory Blue #3A4A8B

Color information

#3A4A8B (or 0x3A4A8B) is unknown color: approx Tory Blue. HEX triplet: 3A, 4A and 8B. RGB value is (58,74,139). Sum of RGB (Red+Green+Blue) = 58+74+139=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A4A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4A8B is #C5B574. Grayscale: #4C4C4C. Windows color (decimal): -12957045 or 9128506. OLE color: 9128506.

HSL color Cylindrical-coordinate representation of color #3A4A8B: hue angle of 228.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A4A8B is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5874139-
CMYK0.580.4700.45
HSL228.15º41.12%38.63%-
HSV(B)228.15º58.27%54.51%-
XYZ8.857.6625.44-
YUV76.63163.2114.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=21.40%
G=27.31%
B=51.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58741390.580.4700.45228.1541.1238.63
Hex3A4A8B3A2F02De42927
Octal7211221372570553445147
Binary111010100101010001011111010101111010110111100100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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