Html Css Color HEX #3E518E Tory Blue

📋 copy color: '#3E518E'

red 62 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #3E518E

Tints of Tory Blue #3E518E

RGB

 RED value IS 62 (24.61% from 255) = 21.75%

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

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

R = 21.75%
G = 28.42%
B = 49.82%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E518E (or 0x3E518E) is known color: Tory Blue. HEX triplet: 3E, 51 and 8E. RGB value is (62,81,142). Sum of RGB (Red+Green+Blue) = 62+81+142=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E518E is #C1AE71. Grayscale: #525252. Windows color (decimal): -12693106 or 9326910. OLE color: 9326910.

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

Color convert

RGB 62 81 142 -
CMYK 0.56 0.43 0 0.44
HSL 225.75º 0.39% 0.4% -
HSV(B) 225.75º 0.56% 0.56% -
XYZ 9.81 8.86 26.78 -
YUV 82.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 62 81 142 0.56 0.43 0 0.44 225.75 0.39 0.4
Hex 3E 51 8E 38 2B 0 2C E2 27 28
Octal 76 121 216 70 53 0 54 342 47 50
Binary 111110 1010001 10001110 111000 101011 0 101100 11100010 100111 101000

Color Harmonies of #3E518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E518E

Black with #3E518E

Text Example


Text Example

White with #3E518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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