#3A497C

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

Shades of Tory Blue #3A497C

Tints of Tory Blue #3A497C

Color information

#3A497C (or 0x3A497C) is unknown color: approx Tory Blue. HEX triplet: 3A, 49 and 7C. RGB value is (58,73,124). Sum of RGB (Red+Green+Blue) = 58+73+124=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A497C is #C5B683. Grayscale: #4A4A4A. Windows color (decimal): -12957316 or 8145210. OLE color: 8145210.

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

Color convert

RGB5873124-
CMYK0.530.4100.51
HSL226.36º36.26%35.69%-
HSV(B)226.36º53.23%48.63%-
XYZ7.777.1220.03-
YUV74.33156.03116.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=22.75%
G=28.63%
B=48.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58731240.530.4100.51226.3636.2635.69
Hex3A497C3529033e22424
Octal7211117465510633424444
Binary11101010010011111100110101101001011001111100010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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