#3A4C9C

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

Shades of Tory Blue #3A4C9C

Tints of Tory Blue #3A4C9C

Color information

#3A4C9C (or 0x3A4C9C) is unknown color: approx Tory Blue. HEX triplet: 3A, 4C and 9C. RGB value is (58,76,156). Sum of RGB (Red+Green+Blue) = 58+76+156=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A4C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C9C is #C5B363. Grayscale: #4F4F4F. Windows color (decimal): -12956516 or 10243130. OLE color: 10243130.

HSL color Cylindrical-coordinate representation of color #3A4C9C: hue angle of 228.98º 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 #3A4C9C is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5876156-
CMYK0.630.5100.39
HSL228.98º45.79%41.96%-
HSV(B)228.98º62.82%61.18%-
XYZ10.338.4732.54-
YUV79.74171.04112.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 26.21%
BLUE value IS 156 (61.33% from 255) = 53.79%
R=20%
G=26.21%
B=53.79%

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
Decimal58761560.630.5100.39228.9845.7941.96
Hex3A4C9C3F33027e52e2a
Octal7211423477630473455652
Binary111010100110010011100111111110011010011111100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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