#3A449E

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

Shades of Tory Blue #3A449E

Tints of Tory Blue #3A449E

Color information

#3A449E (or 0x3A449E) is unknown color: approx Tory Blue. HEX triplet: 3A, 44 and 9E. RGB value is (58,68,158). Sum of RGB (Red+Green+Blue) = 58+68+158=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A449E is #C5BB61. Grayscale: #4A4A4A. Windows color (decimal): -12958562 or 10372154. OLE color: 10372154.

HSL color Cylindrical-coordinate representation of color #3A449E: hue angle of 234º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A449E is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5868158-
CMYK0.630.5700.38
HSL234º46.3%42.35%-
HSV(B)234º63.29%61.96%-
XYZ9.987.533.27-
YUV75.27174.69115.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=20.42%
G=23.94%
B=55.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58681580.630.5700.3823446.342.35
Hex3A449E3F39026ea2e2a
Octal7210423677710463525652
Binary111010100010010011110111111111001010011011101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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