Html Css Color HEX #405194 Tory Blue

📋 copy color: '#405194'

red 64 ◦ green 81 ◦ blue 148

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

Shades of Tory Blue #405194

Tints of Tory Blue #405194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 21.84%
G = 27.65%
B = 50.51%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405194 (or 0x405194) is known color: Tory Blue. HEX triplet: 40, 51 and 94. RGB value is (64,81,148). Sum of RGB (Red+Green+Blue) = 64+81+148=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #405194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405194 is #BFAE6B. Grayscale: #535353. Windows color (decimal): -12562028 or 9720128. OLE color: 9720128.

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

Color convert

RGB 64 81 148 -
CMYK 0.57 0.45 0 0.42
HSL 227.86º 0.4% 0.42% -
HSV(B) 227.86º 0.57% 0.58% -
XYZ 10.4 9.11 29.23 -
YUV 83.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 64 81 148 0.57 0.45 0 0.42 227.86 0.4 0.42
Hex 40 51 94 39 2D 0 2A E4 28 2A
Octal 100 121 224 71 55 0 52 344 50 52
Binary 1000000 1010001 10010100 111001 101101 0 101010 11100100 101000 101010

Color Harmonies of #405194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405194

Black with #405194

Text Example


Text Example

White with #405194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405194; }

 p { color: rgb(64,81,148); }

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

background-color css

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

 a { background-color: rgb(64,81,148); }

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

border-color css

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

 span { border-color: rgb(64,81,148); }

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