Html Css Color HEX #405381 Tory Blue

📋 copy color: '#405381'

red 64 ◦ green 83 ◦ blue 129

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

Shades of Tory Blue #405381

Tints of Tory Blue #405381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 23.19%
G = 30.07%
B = 46.74%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405381 (or 0x405381) is known color: Tory Blue. HEX triplet: 40, 53 and 81. RGB value is (64,83,129). Sum of RGB (Red+Green+Blue) = 64+83+129=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #405381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405381 is #BFAC7E. Grayscale: #525252. Windows color (decimal): -12561535 or 8475456. OLE color: 8475456.

HSL color Cylindrical-coordinate representation of color #405381: hue angle of 222.46º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405381 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 83 129 -
CMYK 0.50 0.36 0 0.49
HSL 222.46º 0.34% 0.38% -
HSV(B) 222.46º 0.5% 0.51% -
XYZ 9.17 8.86 22 -
YUV 82.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 64 83 129 0.50 0.36 0 0.49 222.46 0.34 0.38
Hex 40 53 81 32 24 0 31 DE 22 26
Octal 100 123 201 62 44 0 61 336 42 46
Binary 1000000 1010011 10000001 110010 100100 0 110001 11011110 100010 100110

Color Harmonies of #405381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405381

Black with #405381

Text Example


Text Example

White with #405381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405381; }

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

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

background-color css

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

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

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

border-color css

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

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

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