Html Css Color HEX #3D518E Tory Blue

📋 copy color: '#3D518E'

red 61 ◦ green 81 ◦ blue 142

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

Shades of Tory Blue #3D518E

Tints of Tory Blue #3D518E

RGB

 RED value IS 61 (24.22% from 255) = 21.48%

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

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

R = 21.48%
G = 28.52%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D518E (or 0x3D518E) is known color: Tory Blue. HEX triplet: 3D, 51 and 8E. RGB value is (61,81,142). Sum of RGB (Red+Green+Blue) = 61+81+142=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D518E is #C2AE71. Grayscale: #515151. Windows color (decimal): -12758642 or 9326909. OLE color: 9326909.

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

Color convert

RGB 61 81 142 -
CMYK 0.57 0.43 0 0.44
HSL 225.19º 0.4% 0.4% -
HSV(B) 225.19º 0.57% 0.56% -
XYZ 9.75 8.83 26.78 -
YUV 81.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 61 81 142 0.57 0.43 0 0.44 225.19 0.4 0.4
Hex 3D 51 8E 39 2B 0 2C E1 28 28
Octal 75 121 216 71 53 0 54 341 50 50
Binary 111101 1010001 10001110 111001 101011 0 101100 11100001 101000 101000

Color Harmonies of #3D518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D518E

Black with #3D518E

Text Example


Text Example

White with #3D518E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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