Html Css Color HEX #3A499E Tory Blue

📋 copy color: '#3A499E'

red 58 ◦ green 73 ◦ blue 158

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

Shades of Tory Blue #3A499E

Tints of Tory Blue #3A499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 20.07%
G = 25.26%
B = 54.67%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A499E (or 0x3A499E) is known color: Tory Blue. HEX triplet: 3A, 49 and 9E. RGB value is (58,73,158). Sum of RGB (Red+Green+Blue) = 58+73+158=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A499E is #C5B661. Grayscale: #4D4D4D. Windows color (decimal): -12957282 or 10373434. OLE color: 10373434.

HSL color Cylindrical-coordinate representation of color #3A499E: hue angle of 231º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A499E is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 73 158 -
CMYK 0.63 0.54 0 0.38
HSL 231º 0.46% 0.42% -
HSV(B) 231º 0.63% 0.62% -
XYZ 10.3 8.13 33.37 -
YUV 78.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 58 73 158 0.63 0.54 0 0.38 231 0.46 0.42
Hex 3A 49 9E 3F 36 0 26 E7 2E 2A
Octal 72 111 236 77 66 0 46 347 56 52
Binary 111010 1001001 10011110 111111 110110 0 100110 11100111 101110 101010

Color Harmonies of #3A499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A499E

Black with #3A499E

Text Example


Text Example

White with #3A499E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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