Html Css Color HEX #3A518E Tory Blue

📋 copy color: '#3A518E'

red 58 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #3A518E

Tints of Tory Blue #3A518E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 20.64%
G = 28.83%
B = 50.53%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A518E (or 0x3A518E) is known color: Tory Blue. HEX triplet: 3A, 51 and 8E. RGB value is (58,81,142). Sum of RGB (Red+Green+Blue) = 58+81+142=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A518E is #C5AE71. Grayscale: #505050. Windows color (decimal): -12955250 or 9326906. OLE color: 9326906.

HSL color Cylindrical-coordinate representation of color #3A518E: hue angle of 223.57º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A518E is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 81 142 -
CMYK 0.59 0.43 0 0.44
HSL 223.57º 0.42% 0.39% -
HSV(B) 223.57º 0.59% 0.56% -
XYZ 9.57 8.74 26.77 -
YUV 81.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 58 81 142 0.59 0.43 0 0.44 223.57 0.42 0.39
Hex 3A 51 8E 3B 2B 0 2C E0 2A 27
Octal 72 121 216 73 53 0 54 340 52 47
Binary 111010 1010001 10001110 111011 101011 0 101100 11100000 101010 100111

Color Harmonies of #3A518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A518E

Black with #3A518E

Text Example


Text Example

White with #3A518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,81,142); }

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

background-color css

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

 a { background-color: rgb(58,81,142); }

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

border-color css

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

 span { border-color: rgb(58,81,142); }

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