Html Css Color HEX #40538F Tory Blue

📋 copy color: '#40538F'

red 64 ◦ green 83 ◦ blue 143

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

Shades of Tory Blue #40538F

Tints of Tory Blue #40538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.62%

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

R = 22.07%
G = 28.62%
B = 49.31%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40538F (or 0x40538F) is known color: Tory Blue. HEX triplet: 40, 53 and 8F. RGB value is (64,83,143). Sum of RGB (Red+Green+Blue) = 64+83+143=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #40538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40538F is #BFAC70. Grayscale: #535353. Windows color (decimal): -12561521 or 9392960. OLE color: 9392960.

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

Color convert

RGB 64 83 143 -
CMYK 0.55 0.42 0 0.44
HSL 225.57º 0.38% 0.41% -
HSV(B) 225.57º 0.55% 0.56% -
XYZ 10.17 9.26 27.24 -
YUV 84.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 64 83 143 0.55 0.42 0 0.44 225.57 0.38 0.41
Hex 40 53 8F 37 2A 0 2C E2 26 29
Octal 100 123 217 67 52 0 54 342 46 51
Binary 1000000 1010011 10001111 110111 101010 0 101100 11100010 100110 101001

Color Harmonies of #40538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40538F

Black with #40538F

Text Example


Text Example

White with #40538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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