#3A4490

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

Shades of Tory Blue #3A4490

Tints of Tory Blue #3A4490

Color information

#3A4490 (or 0x3A4490) is unknown color: approx Tory Blue. HEX triplet: 3A, 44 and 90. RGB value is (58,68,144). Sum of RGB (Red+Green+Blue) = 58+68+144=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A4490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4490 is #C5BB6F. Grayscale: #494949. Windows color (decimal): -12958576 or 9454650. OLE color: 9454650.

HSL color Cylindrical-coordinate representation of color #3A4490: hue angle of 233.02º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A4490 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5868144-
CMYK0.600.5300.44
HSL233.02º42.57%39.61%-
HSV(B)233.02º59.72%56.47%-
XYZ8.857.0527.28-
YUV73.67167.69116.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=21.48%
G=25.19%
B=53.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58681440.600.5300.44233.0242.5739.61
Hex3A44903C3502Ce92b28
Octal7210422074650543515350
Binary111010100010010010000111100110101010110011101001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,68,144); }

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

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

 a { background-color: rgb(58,68,144); }

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

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

 span { border-color: rgb(58,68,144); }

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