Html Css Color HEX #40528F Tory Blue

📋 copy color: '#40528F'

red 64 ◦ green 82 ◦ blue 143

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

Shades of Tory Blue #40528F

Tints of Tory Blue #40528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 22.15%
G = 28.37%
B = 49.48%

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

#40528F (or 0x40528F) is known color: Tory Blue. HEX triplet: 40, 52 and 8F. RGB value is (64,82,143). Sum of RGB (Red+Green+Blue) = 64+82+143=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #40528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40528F is #BFAD70. Grayscale: #535353. Windows color (decimal): -12561777 or 9392704. OLE color: 9392704.

HSL color Cylindrical-coordinate representation of color #40528F: hue angle of 226.33º 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 #40528F is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 82 143 -
CMYK 0.55 0.43 0 0.44
HSL 226.33º 0.38% 0.41% -
HSV(B) 226.33º 0.55% 0.56% -
XYZ 10.09 9.11 27.21 -
YUV 83.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 64 82 143 0.55 0.43 0 0.44 226.33 0.38 0.41
Hex 40 52 8F 37 2B 0 2C E2 26 29
Octal 100 122 217 67 53 0 54 342 46 51
Binary 1000000 1010010 10001111 110111 101011 0 101100 11100010 100110 101001

Color Harmonies of #40528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40528F

Black with #40528F

Text Example


Text Example

White with #40528F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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