Html Css Color HEX #405089 Tory Blue

📋 copy color: '#405089'

red 64 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #405089

Tints of Tory Blue #405089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 22.78%
G = 28.47%
B = 48.75%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405089 (or 0x405089) is known color: Tory Blue. HEX triplet: 40, 50 and 89. RGB value is (64,80,137). Sum of RGB (Red+Green+Blue) = 64+80+137=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #405089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405089 is #BFAF76. Grayscale: #515151. Windows color (decimal): -12562295 or 8998976. OLE color: 8998976.

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

Color convert

RGB 64 80 137 -
CMYK 0.53 0.42 0 0.46
HSL 226.85º 0.36% 0.39% -
HSV(B) 226.85º 0.53% 0.54% -
XYZ 9.5 8.63 24.83 -
YUV 81.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 64 80 137 0.53 0.42 0 0.46 226.85 0.36 0.39
Hex 40 50 89 35 2A 0 2E E3 24 27
Octal 100 120 211 65 52 0 56 343 44 47
Binary 1000000 1010000 10001001 110101 101010 0 101110 11100011 100100 100111

Color Harmonies of #405089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405089

Black with #405089

Text Example


Text Example

White with #405089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405089; }

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

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

background-color css

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

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

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

border-color css

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

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

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