Html Css Color HEX #405497 Tory Blue

📋 copy color: '#405497'

red 64 ◦ green 84 ◦ blue 151

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

Shades of Tory Blue #405497

Tints of Tory Blue #405497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 21.4%
G = 28.09%
B = 50.5%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#405497 (or 0x405497) is known color: Tory Blue. HEX triplet: 40, 54 and 97. RGB value is (64,84,151). Sum of RGB (Red+Green+Blue) = 64+84+151=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #405497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405497 is #BFAB68. Grayscale: #555555. Windows color (decimal): -12561257 or 9917504. OLE color: 9917504.

HSL color Cylindrical-coordinate representation of color #405497: hue angle of 226.21º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405497 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 84 151 -
CMYK 0.58 0.44 0 0.41
HSL 226.21º 0.4% 0.42% -
HSV(B) 226.21º 0.58% 0.59% -
XYZ 10.87 9.67 30.57 -
YUV 85.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 64 84 151 0.58 0.44 0 0.41 226.21 0.4 0.42
Hex 40 54 97 3A 2C 0 29 E2 28 2A
Octal 100 124 227 72 54 0 51 342 50 52
Binary 1000000 1010100 10010111 111010 101100 0 101001 11100010 101000 101010

Color Harmonies of #405497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405497

Black with #405497

Text Example


Text Example

White with #405497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405497; }

 p { color: rgb(64,84,151); }

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

background-color css

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

 a { background-color: rgb(64,84,151); }

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

border-color css

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

 span { border-color: rgb(64,84,151); }

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