Html Css Color HEX #405689 Tory Blue

📋 copy color: '#405689'

red 64 ◦ green 86 ◦ blue 137

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

Shades of Tory Blue #405689

Tints of Tory Blue #405689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.74%

R = 22.3%
G = 29.97%
B = 47.74%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405689 (or 0x405689) is known color: Tory Blue. HEX triplet: 40, 56 and 89. RGB value is (64,86,137). Sum of RGB (Red+Green+Blue) = 64+86+137=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #405689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405689 is #BFA976. Grayscale: #555555. Windows color (decimal): -12560759 or 9000512. OLE color: 9000512.

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

Color convert

RGB 64 86 137 -
CMYK 0.53 0.37 0 0.46
HSL 221.92º 0.36% 0.39% -
HSV(B) 221.92º 0.53% 0.54% -
XYZ 9.96 9.55 24.99 -
YUV 85.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 64 86 137 0.53 0.37 0 0.46 221.92 0.36 0.39
Hex 40 56 89 35 25 0 2E DE 24 27
Octal 100 126 211 65 45 0 56 336 44 47
Binary 1000000 1010110 10001001 110101 100101 0 101110 11011110 100100 100111

Color Harmonies of #405689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405689

Black with #405689

Text Example


Text Example

White with #405689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405689; }

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

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

background-color css

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

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

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

border-color css

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

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

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