#3A4C9B

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

Shades of Tory Blue #3A4C9B

Tints of Tory Blue #3A4C9B

Color information

#3A4C9B (or 0x3A4C9B) is unknown color: approx Tory Blue. HEX triplet: 3A, 4C and 9B. RGB value is (58,76,155). Sum of RGB (Red+Green+Blue) = 58+76+155=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A4C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C9B is #C5B364. Grayscale: #4F4F4F. Windows color (decimal): -12956517 or 10177594. OLE color: 10177594.

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

Color convert

RGB5876155-
CMYK0.630.5100.39
HSL228.87º45.54%41.76%-
HSV(B)228.87º62.58%60.78%-
XYZ10.258.4332.1-
YUV79.62170.54112.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 76 (30.08% from 255) = 26.30%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=20.07%
G=26.30%
B=53.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58761550.630.5100.39228.8745.5441.76
Hex3A4C9B3F33027e52e2a
Octal7211423377630473455652
Binary111010100110010011011111111110011010011111100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,155); }

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

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

 a { background-color: rgb(58,76,155); }

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

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

 span { border-color: rgb(58,76,155); }

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