#3A4C7C

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

Shades of Tory Blue #3A4C7C

Tints of Tory Blue #3A4C7C

Color information

#3A4C7C (or 0x3A4C7C) is unknown color: approx Tory Blue. HEX triplet: 3A, 4C and 7C. RGB value is (58,76,124). Sum of RGB (Red+Green+Blue) = 58+76+124=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A4C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4C7C is #C5B383. Grayscale: #4B4B4B. Windows color (decimal): -12956548 or 8145978. OLE color: 8145978.

HSL color Cylindrical-coordinate representation of color #3A4C7C: hue angle of 223.64º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A4C7C is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5876124-
CMYK0.530.3900.51
HSL223.64º36.26%35.69%-
HSV(B)223.64º53.23%48.63%-
XYZ7.977.5220.1-
YUV76.09155.04115.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=22.48%
G=29.46%
B=48.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58761240.530.3900.51223.6436.2635.69
Hex3A4C7C3527033e02424
Octal7211417465470633404444
Binary11101010011001111100110101100111011001111100000100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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