Html Css Color HEX #405E91 Mariner

📋 copy color: '#405E91'

red 64 ◦ green 94 ◦ blue 145

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

Shades of Mariner #405E91

Tints of Mariner #405E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.02%

 BLUE value IS 145 (57.03% from 255) = 47.85%

R = 21.12%
G = 31.02%
B = 47.85%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#405E91 (or 0x405E91) is known color: Mariner. HEX triplet: 40, 5E and 91. RGB value is (64,94,145). Sum of RGB (Red+Green+Blue) = 64+94+145=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #405E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E91 is #BFA16E. Grayscale: #5A5A5A. Windows color (decimal): -12558703 or 9526848. OLE color: 9526848.

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

Color convert

RGB 64 94 145 -
CMYK 0.56 0.35 0 0.43
HSL 217.78º 0.39% 0.41% -
HSV(B) 217.78º 0.56% 0.57% -
XYZ 11.23 11.14 28.35 -
YUV 90.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 64 94 145 0.56 0.35 0 0.43 217.78 0.39 0.41
Hex 40 5E 91 38 23 0 2B DA 27 29
Octal 100 136 221 70 43 0 53 332 47 51
Binary 1000000 1011110 10010001 111000 100011 0 101011 11011010 100111 101001

Color Harmonies of #405E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405E91

Black with #405E91

Text Example


Text Example

White with #405E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,94,145); }

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

background-color css

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

 a { background-color: rgb(64,94,145); }

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

border-color css

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

 span { border-color: rgb(64,94,145); }

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