Html Css Color HEX #405B8E Tory Blue

📋 copy color: '#405B8E'

red 64 ◦ green 91 ◦ blue 142

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

Shades of Tory Blue #405B8E

Tints of Tory Blue #405B8E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 21.55%
G = 30.64%
B = 47.81%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#405B8E (or 0x405B8E) is known color: Tory Blue. HEX triplet: 40, 5B and 8E. RGB value is (64,91,142). Sum of RGB (Red+Green+Blue) = 64+91+142=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #405B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B8E is #BFA471. Grayscale: #585858. Windows color (decimal): -12559474 or 9329472. OLE color: 9329472.

HSL color Cylindrical-coordinate representation of color #405B8E: hue angle of 219.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405B8E is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 91 142 -
CMYK 0.55 0.36 0 0.44
HSL 219.23º 0.38% 0.4% -
HSV(B) 219.23º 0.55% 0.56% -
XYZ 10.74 10.53 27.06 -
YUV 88.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 64 91 142 0.55 0.36 0 0.44 219.23 0.38 0.4
Hex 40 5B 8E 37 24 0 2C DB 26 28
Octal 100 133 216 67 44 0 54 333 46 50
Binary 1000000 1011011 10001110 110111 100100 0 101100 11011011 100110 101000

Color Harmonies of #405B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B8E

Black with #405B8E

Text Example


Text Example

White with #405B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B8E; }

 p { color: rgb(64,91,142); }

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

background-color css

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

 a { background-color: rgb(64,91,142); }

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

border-color css

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

 span { border-color: rgb(64,91,142); }

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