Html Css Color HEX #405391 Tory Blue

📋 copy color: '#405391'

red 64 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #405391

Tints of Tory Blue #405391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 21.92%
G = 28.42%
B = 49.66%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405391 (or 0x405391) is known color: Tory Blue. HEX triplet: 40, 53 and 91. RGB value is (64,83,145). Sum of RGB (Red+Green+Blue) = 64+83+145=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #405391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405391 is #BFAC6E. Grayscale: #545454. Windows color (decimal): -12561519 or 9524032. OLE color: 9524032.

HSL color Cylindrical-coordinate representation of color #405391: hue angle of 225.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405391 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 83 145 -
CMYK 0.56 0.43 0 0.43
HSL 225.93º 0.39% 0.41% -
HSV(B) 225.93º 0.56% 0.57% -
XYZ 10.32 9.32 28.04 -
YUV 84.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 64 83 145 0.56 0.43 0 0.43 225.93 0.39 0.41
Hex 40 53 91 38 2B 0 2B E2 27 29
Octal 100 123 221 70 53 0 53 342 47 51
Binary 1000000 1010011 10010001 111000 101011 0 101011 11100010 100111 101001

Color Harmonies of #405391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405391

Black with #405391

Text Example


Text Example

White with #405391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405391; }

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

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

background-color css

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

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

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

border-color css

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

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

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