#3A4C8C

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

Shades of Tory Blue #3A4C8C

Tints of Tory Blue #3A4C8C

Color information

#3A4C8C (or 0x3A4C8C) is unknown color: approx Tory Blue. HEX triplet: 3A, 4C and 8C. RGB value is (58,76,140). Sum of RGB (Red+Green+Blue) = 58+76+140=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A4C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4C8C is #C5B373. Grayscale: #4D4D4D. Windows color (decimal): -12956532 or 9194554. OLE color: 9194554.

HSL color Cylindrical-coordinate representation of color #3A4C8C: hue angle of 226.83º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A4C8C is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5876140-
CMYK0.590.4600.45
HSL226.83º41.41%38.82%-
HSV(B)226.83º58.57%54.9%-
XYZ9.067.9625.87-
YUV77.91163.04113.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=21.17%
G=27.74%
B=51.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58761400.590.4600.45226.8341.4138.82
Hex3A4C8C3B2E02De32927
Octal7211421473560553435147
Binary111010100110010001100111011101110010110111100011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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