Html Css Color HEX #405393 Tory Blue

📋 copy color: '#405393'

red 64 ◦ green 83 ◦ blue 147

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

Shades of Tory Blue #405393

Tints of Tory Blue #405393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50%

R = 21.77%
G = 28.23%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#405393 (or 0x405393) is known color: Tory Blue. HEX triplet: 40, 53 and 93. RGB value is (64,83,147). Sum of RGB (Red+Green+Blue) = 64+83+147=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #405393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405393 is #BFAC6C. Grayscale: #545454. Windows color (decimal): -12561517 or 9655104. OLE color: 9655104.

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

Color convert

RGB 64 83 147 -
CMYK 0.56 0.44 0 0.42
HSL 226.27º 0.39% 0.41% -
HSV(B) 226.27º 0.56% 0.58% -
XYZ 10.47 9.38 28.86 -
YUV 84.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 64 83 147 0.56 0.44 0 0.42 226.27 0.39 0.41
Hex 40 53 93 38 2C 0 2A E2 27 29
Octal 100 123 223 70 54 0 52 342 47 51
Binary 1000000 1010011 10010011 111000 101100 0 101010 11100010 100111 101001

Color Harmonies of #405393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405393

Black with #405393

Text Example


Text Example

White with #405393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405393; }

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

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

background-color css

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

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

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

border-color css

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

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

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