#3A468E

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

Shades of Tory Blue #3A468E

Tints of Tory Blue #3A468E

Color information

#3A468E (or 0x3A468E) is unknown color: approx Tory Blue. HEX triplet: 3A, 46 and 8E. RGB value is (58,70,142). Sum of RGB (Red+Green+Blue) = 58+70+142=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A468E is #C5B971. Grayscale: #4A4A4A. Windows color (decimal): -12958066 or 9324090. OLE color: 9324090.

HSL color Cylindrical-coordinate representation of color #3A468E: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A468E is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5870142-
CMYK0.590.5100.44
HSL231.43º42%39.22%-
HSV(B)231.43º59.15%55.69%-
XYZ8.827.2326.52-
YUV74.62166.02116.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.48%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=21.48%
G=25.93%
B=52.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58701420.590.5100.44231.434239.22
Hex3A468E3B3302Ce72a27
Octal7210621673630543475247
Binary111010100011010001110111011110011010110011100111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A468E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,142); }

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

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

 a { background-color: rgb(58,70,142); }

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

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

 span { border-color: rgb(58,70,142); }

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