Html Css Color HEX #405399 Tory Blue

📋 copy color: '#405399'

red 64 ◦ green 83 ◦ blue 153

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

Shades of Tory Blue #405399

Tints of Tory Blue #405399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51%

R = 21.33%
G = 27.67%
B = 51%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#405399 (or 0x405399) is known color: Tory Blue. HEX triplet: 40, 53 and 99. RGB value is (64,83,153). Sum of RGB (Red+Green+Blue) = 64+83+153=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #405399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405399 is #BFAC66. Grayscale: #555555. Windows color (decimal): -12561511 or 10048320. OLE color: 10048320.

HSL color Cylindrical-coordinate representation of color #405399: hue angle of 227.19º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405399 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 83 153 -
CMYK 0.58 0.46 0 0.4
HSL 227.19º 0.41% 0.43% -
HSV(B) 227.19º 0.58% 0.6% -
XYZ 10.96 9.58 31.41 -
YUV 85.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 64 83 153 0.58 0.46 0 0.4 227.19 0.41 0.43
Hex 40 53 99 3A 2E 0 28 E3 29 2B
Octal 100 123 231 72 56 0 50 343 51 53
Binary 1000000 1010011 10011001 111010 101110 0 101000 11100011 101001 101011

Color Harmonies of #405399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405399

Black with #405399

Text Example


Text Example

White with #405399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405399; }

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

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

background-color css

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

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

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

border-color css

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

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

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