Html Css Color HEX #405392 Tory Blue

📋 copy color: '#405392'

red 64 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #405392

Tints of Tory Blue #405392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 21.84%
G = 28.33%
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

#405392 (or 0x405392) is known color: Tory Blue. HEX triplet: 40, 53 and 92. RGB value is (64,83,146). Sum of RGB (Red+Green+Blue) = 64+83+146=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #405392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405392 is #BFAC6D. Grayscale: #545454. Windows color (decimal): -12561518 or 9589568. OLE color: 9589568.

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

Color convert

RGB 64 83 146 -
CMYK 0.56 0.43 0 0.43
HSL 226.1º 0.39% 0.41% -
HSV(B) 226.1º 0.56% 0.57% -
XYZ 10.4 9.35 28.45 -
YUV 84.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 64 83 146 0.56 0.43 0 0.43 226.1 0.39 0.41
Hex 40 53 92 38 2B 0 2B E2 27 29
Octal 100 123 222 70 53 0 53 342 47 51
Binary 1000000 1010011 10010010 111000 101011 0 101011 11100010 100111 101001

Color Harmonies of #405392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405392

Black with #405392

Text Example


Text Example

White with #405392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405392; }

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

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

background-color css

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

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

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

border-color css

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

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

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