Html Css Color HEX #405387 Tory Blue

📋 copy color: '#405387'

red 64 ◦ green 83 ◦ blue 135

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

Shades of Tory Blue #405387

Tints of Tory Blue #405387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 22.7%
G = 29.43%
B = 47.87%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405387 (or 0x405387) is known color: Tory Blue. HEX triplet: 40, 53 and 87. RGB value is (64,83,135). Sum of RGB (Red+Green+Blue) = 64+83+135=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #405387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405387 is #BFAC78. Grayscale: #535353. Windows color (decimal): -12561529 or 8868672. OLE color: 8868672.

HSL color Cylindrical-coordinate representation of color #405387: hue angle of 223.94º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405387 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 83 135 -
CMYK 0.53 0.39 0 0.47
HSL 223.94º 0.36% 0.39% -
HSV(B) 223.94º 0.53% 0.53% -
XYZ 9.58 9.03 24.16 -
YUV 83.25 157.21 114.27 -
System Red Green Blue C M Y K H S L
Decimal 64 83 135 0.53 0.39 0 0.47 223.94 0.36 0.39
Hex 40 53 87 35 27 0 2F E0 24 27
Octal 100 123 207 65 47 0 57 340 44 47
Binary 1000000 1010011 10000111 110101 100111 0 101111 11100000 100100 100111

Color Harmonies of #405387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405387

Black with #405387

Text Example


Text Example

White with #405387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405387; }

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

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

background-color css

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

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

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

border-color css

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

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

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