Html Css Color HEX #40528D Tory Blue

📋 copy color: '#40528D'

red 64 ◦ green 82 ◦ blue 141

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

Shades of Tory Blue #40528D

Tints of Tory Blue #40528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 22.3%
G = 28.57%
B = 49.13%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40528D (or 0x40528D) is known color: Tory Blue. HEX triplet: 40, 52 and 8D. RGB value is (64,82,141). Sum of RGB (Red+Green+Blue) = 64+82+141=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #40528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40528D is #BFAD72. Grayscale: #535353. Windows color (decimal): -12561779 or 9261632. OLE color: 9261632.

HSL color Cylindrical-coordinate representation of color #40528D: hue angle of 225.97º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40528D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 82 141 -
CMYK 0.55 0.42 0 0.45
HSL 225.97º 0.38% 0.4% -
HSV(B) 225.97º 0.55% 0.55% -
XYZ 9.94 9.05 26.42 -
YUV 83.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 64 82 141 0.55 0.42 0 0.45 225.97 0.38 0.4
Hex 40 52 8D 37 2A 0 2D E2 26 28
Octal 100 122 215 67 52 0 55 342 46 50
Binary 1000000 1010010 10001101 110111 101010 0 101101 11100010 100110 101000

Color Harmonies of #40528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40528D

Black with #40528D

Text Example


Text Example

White with #40528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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