Html Css Color HEX #3A497E Tory Blue

📋 copy color: '#3A497E'

red 58 ◦ green 73 ◦ blue 126

#3A497E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #3A497E

Tints of Tory Blue #3A497E

RGB

 RED value IS 58 (23.05% from 255) = 22.57%

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 126 (49.61% from 255) = 49.03%

R = 22.57%
G = 28.4%
B = 49.03%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A497E (or 0x3A497E) is known color: Tory Blue. HEX triplet: 3A, 49 and 7E. RGB value is (58,73,126). Sum of RGB (Red+Green+Blue) = 58+73+126=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A497E is #C5B681. Grayscale: #4A4A4A. Windows color (decimal): -12957314 or 8276282. OLE color: 8276282.

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

Color convert

RGB 58 73 126 -
CMYK 0.54 0.42 0 0.51
HSL 226.76º 0.37% 0.36% -
HSV(B) 226.76º 0.54% 0.49% -
XYZ 7.89 7.17 20.71 -
YUV 74.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 58 73 126 0.54 0.42 0 0.51 226.76 0.37 0.36
Hex 3A 49 7E 36 2A 0 33 E3 25 24
Octal 72 111 176 66 52 0 63 343 45 44
Binary 111010 1001001 1111110 110110 101010 0 110011 11100011 100101 100100

Color Harmonies of #3A497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A497E

Black with #3A497E

Text Example


Text Example

White with #3A497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A497E;
 }
 .AnyTagClassName
 {
   color: #3A497E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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