Html Css Color HEX #405687 Tory Blue

📋 copy color: '#405687'

red 64 ◦ green 86 ◦ blue 135

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

Shades of Tory Blue #405687

Tints of Tory Blue #405687

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

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

R = 22.46%
G = 30.18%
B = 47.37%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405687 (or 0x405687) is known color: Tory Blue. HEX triplet: 40, 56 and 87. RGB value is (64,86,135). Sum of RGB (Red+Green+Blue) = 64+86+135=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #405687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405687 is #BFA978. Grayscale: #545454. Windows color (decimal): -12560761 or 8869440. OLE color: 8869440.

HSL color Cylindrical-coordinate representation of color #405687: hue angle of 221.41º 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 #405687 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 86 135 -
CMYK 0.53 0.36 0 0.47
HSL 221.41º 0.36% 0.39% -
HSV(B) 221.41º 0.53% 0.53% -
XYZ 9.82 9.49 24.24 -
YUV 85.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 64 86 135 0.53 0.36 0 0.47 221.41 0.36 0.39
Hex 40 56 87 35 24 0 2F DD 24 27
Octal 100 126 207 65 44 0 57 335 44 47
Binary 1000000 1010110 10000111 110101 100100 0 101111 11011101 100100 100111

Color Harmonies of #405687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405687

Black with #405687

Text Example


Text Example

White with #405687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405687; }

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

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

background-color css

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

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

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

border-color css

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

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

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