Html Css Color HEX #405592 Tory Blue

📋 copy color: '#405592'

red 64 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #405592

Tints of Tory Blue #405592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 21.69%
G = 28.81%
B = 49.49%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405592 (or 0x405592) is known color: Tory Blue. HEX triplet: 40, 55 and 92. RGB value is (64,85,146). Sum of RGB (Red+Green+Blue) = 64+85+146=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #405592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405592 is #BFAA6D. Grayscale: #555555. Windows color (decimal): -12561006 or 9590080. OLE color: 9590080.

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

Color convert

RGB 64 85 146 -
CMYK 0.56 0.42 0 0.43
HSL 224.63º 0.39% 0.41% -
HSV(B) 224.63º 0.56% 0.57% -
XYZ 10.55 9.66 28.5 -
YUV 85.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 64 85 146 0.56 0.42 0 0.43 224.63 0.39 0.41
Hex 40 55 92 38 2A 0 2B E1 27 29
Octal 100 125 222 70 52 0 53 341 47 51
Binary 1000000 1010101 10010010 111000 101010 0 101011 11100001 100111 101001

Color Harmonies of #405592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405592

Black with #405592

Text Example


Text Example

White with #405592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405592; }

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

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

background-color css

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

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

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

border-color css

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

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

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