Html Css Color HEX #3A499D Tory Blue

📋 copy color: '#3A499D'

red 58 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #3A499D

Tints of Tory Blue #3A499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 20.14%
G = 25.35%
B = 54.51%

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

#3A499D (or 0x3A499D) is known color: Tory Blue. HEX triplet: 3A, 49 and 9D. RGB value is (58,73,157). Sum of RGB (Red+Green+Blue) = 58+73+157=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A499D is #C5B662. Grayscale: #4D4D4D. Windows color (decimal): -12957283 or 10307898. OLE color: 10307898.

HSL color Cylindrical-coordinate representation of color #3A499D: hue angle of 230.91º 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 #3A499D is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 73 157 -
CMYK 0.63 0.54 0 0.38
HSL 230.91º 0.46% 0.42% -
HSV(B) 230.91º 0.63% 0.62% -
XYZ 10.21 8.1 32.92 -
YUV 78.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 58 73 157 0.63 0.54 0 0.38 230.91 0.46 0.42
Hex 3A 49 9D 3F 36 0 26 E7 2E 2A
Octal 72 111 235 77 66 0 46 347 56 52
Binary 111010 1001001 10011101 111111 110110 0 100110 11100111 101110 101010

Color Harmonies of #3A499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A499D

Black with #3A499D

Text Example


Text Example

White with #3A499D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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