Html Css Color HEX #405291 Tory Blue

📋 copy color: '#405291'

red 64 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #405291

Tints of Tory Blue #405291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.18%

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

R = 21.99%
G = 28.18%
B = 49.83%

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

#405291 (or 0x405291) is known color: Tory Blue. HEX triplet: 40, 52 and 91. RGB value is (64,82,145). Sum of RGB (Red+Green+Blue) = 64+82+145=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #405291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405291 is #BFAD6E. Grayscale: #535353. Windows color (decimal): -12561775 or 9523776. OLE color: 9523776.

HSL color Cylindrical-coordinate representation of color #405291: hue angle of 226.67º 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 #405291 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 82 145 -
CMYK 0.56 0.43 0 0.43
HSL 226.67º 0.39% 0.41% -
HSV(B) 226.67º 0.56% 0.57% -
XYZ 10.24 9.17 28.02 -
YUV 83.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 64 82 145 0.56 0.43 0 0.43 226.67 0.39 0.41
Hex 40 52 91 38 2B 0 2B E3 27 29
Octal 100 122 221 70 53 0 53 343 47 51
Binary 1000000 1010010 10010001 111000 101011 0 101011 11100011 100111 101001

Color Harmonies of #405291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405291

Black with #405291

Text Example


Text Example

White with #405291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405291; }

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

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

background-color css

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

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

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

border-color css

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

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

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