Html Css Color HEX #40538D Tory Blue

📋 copy color: '#40538D'

red 64 ◦ green 83 ◦ blue 141

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

Shades of Tory Blue #40538D

Tints of Tory Blue #40538D

RGB

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

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

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

R = 22.22%
G = 28.82%
B = 48.96%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40538D (or 0x40538D) is known color: Tory Blue. HEX triplet: 40, 53 and 8D. RGB value is (64,83,141). Sum of RGB (Red+Green+Blue) = 64+83+141=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #40538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40538D is #BFAC72. Grayscale: #535353. Windows color (decimal): -12561523 or 9261888. OLE color: 9261888.

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

Color convert

RGB 64 83 141 -
CMYK 0.55 0.41 0 0.45
HSL 225.19º 0.38% 0.4% -
HSV(B) 225.19º 0.55% 0.55% -
XYZ 10.02 9.2 26.45 -
YUV 83.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 64 83 141 0.55 0.41 0 0.45 225.19 0.38 0.4
Hex 40 53 8D 37 29 0 2D E1 26 28
Octal 100 123 215 67 51 0 55 341 46 50
Binary 1000000 1010011 10001101 110111 101001 0 101101 11100001 100110 101000

Color Harmonies of #40538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40538D

Black with #40538D

Text Example


Text Example

White with #40538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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