Html Css Color HEX #40518F Tory Blue

📋 copy color: '#40518F'

red 64 ◦ green 81 ◦ blue 143

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

Shades of Tory Blue #40518F

Tints of Tory Blue #40518F

RGB

 RED value IS 64 (25.39% from 255) = 22.22%

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

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 22.22%
G = 28.13%
B = 49.65%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40518F (or 0x40518F) is known color: Tory Blue. HEX triplet: 40, 51 and 8F. RGB value is (64,81,143). Sum of RGB (Red+Green+Blue) = 64+81+143=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #40518F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40518F is #BFAE70. Grayscale: #525252. Windows color (decimal): -12562033 or 9392448. OLE color: 9392448.

HSL color Cylindrical-coordinate representation of color #40518F: hue angle of 227.09º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40518F is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 81 143 -
CMYK 0.55 0.43 0 0.44
HSL 227.09º 0.38% 0.41% -
HSV(B) 227.09º 0.55% 0.56% -
XYZ 10.01 8.96 27.19 -
YUV 82.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 64 81 143 0.55 0.43 0 0.44 227.09 0.38 0.41
Hex 40 51 8F 37 2B 0 2C E3 26 29
Octal 100 121 217 67 53 0 54 343 46 51
Binary 1000000 1010001 10001111 110111 101011 0 101100 11100011 100110 101001

Color Harmonies of #40518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40518F

Black with #40518F

Text Example


Text Example

White with #40518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40518F; }

 p { color: rgb(64,81,143); }

 H1.HeaderClassName
 {
   color: #40518F;
 }
 .AnyTagClassName
 {
   color: #40518F;
 }
</style>

background-color css

<style>
 a { background-color: #40518F; }

 a { background-color: rgb(64,81,143); }

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

border-color css

<style>
 span { border-color: #40518F; }

 span { border-color: rgb(64,81,143); }

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