Html Css Color HEX #405EAD Mariner

📋 copy color: '#405EAD'

red 64 ◦ green 94 ◦ blue 173

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

Shades of Mariner #405EAD

Tints of Mariner #405EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 19.34%
G = 28.4%
B = 52.27%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#405EAD (or 0x405EAD) is known color: Mariner. HEX triplet: 40, 5E and AD. RGB value is (64,94,173). Sum of RGB (Red+Green+Blue) = 64+94+173=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #405EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAD is #BFA152. Grayscale: #5D5D5D. Windows color (decimal): -12558675 or 11361856. OLE color: 11361856.

HSL color Cylindrical-coordinate representation of color #405EAD: hue angle of 223.49º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #405EAD is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 94 173 -
CMYK 0.63 0.46 0 0.32
HSL 223.49º 0.46% 0.46% -
HSV(B) 223.49º 0.63% 0.68% -
XYZ 13.66 12.11 41.15 -
YUV 94.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 64 94 173 0.63 0.46 0 0.32 223.49 0.46 0.46
Hex 40 5E AD 3F 2E 0 20 DF 2E 2E
Octal 100 136 255 77 56 0 40 337 56 56
Binary 1000000 1011110 10101101 111111 101110 0 100000 11011111 101110 101110

Color Harmonies of #405EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EAD

Black with #405EAD

Text Example


Text Example

White with #405EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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