Html Css Color HEX #405389 Tory Blue

📋 copy color: '#405389'

red 64 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #405389

Tints of Tory Blue #405389

RGB

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

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

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

R = 22.54%
G = 29.23%
B = 48.24%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405389 (or 0x405389) is known color: Tory Blue. HEX triplet: 40, 53 and 89. RGB value is (64,83,137). Sum of RGB (Red+Green+Blue) = 64+83+137=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #405389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405389 is #BFAC76. Grayscale: #535353. Windows color (decimal): -12561527 or 8999744. OLE color: 8999744.

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

Color convert

RGB 64 83 137 -
CMYK 0.53 0.39 0 0.46
HSL 224.38º 0.36% 0.39% -
HSV(B) 224.38º 0.53% 0.54% -
XYZ 9.72 9.08 24.91 -
YUV 83.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 64 83 137 0.53 0.39 0 0.46 224.38 0.36 0.39
Hex 40 53 89 35 27 0 2E E0 24 27
Octal 100 123 211 65 47 0 56 340 44 47
Binary 1000000 1010011 10001001 110101 100111 0 101110 11100000 100100 100111

Color Harmonies of #405389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405389

Black with #405389

Text Example


Text Example

White with #405389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405389; }

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

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

background-color css

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

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

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

border-color css

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

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

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