Html Css Color HEX #405DAD Mariner

📋 copy color: '#405DAD'

red 64 ◦ green 93 ◦ blue 173

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

Shades of Mariner #405DAD

Tints of Mariner #405DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 19.39%
G = 28.18%
B = 52.42%

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

#405DAD (or 0x405DAD) is known color: Mariner. HEX triplet: 40, 5D and AD. RGB value is (64,93,173). Sum of RGB (Red+Green+Blue) = 64+93+173=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #405DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DAD is #BFA252. Grayscale: #5D5D5D. Windows color (decimal): -12558931 or 11361600. OLE color: 11361600.

HSL color Cylindrical-coordinate representation of color #405DAD: hue angle of 224.04º 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 #405DAD is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 93 173 -
CMYK 0.63 0.46 0 0.32
HSL 224.04º 0.46% 0.46% -
HSV(B) 224.04º 0.63% 0.68% -
XYZ 13.57 11.94 41.12 -
YUV 93.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 64 93 173 0.63 0.46 0 0.32 224.04 0.46 0.46
Hex 40 5D AD 3F 2E 0 20 E0 2E 2E
Octal 100 135 255 77 56 0 40 340 56 56
Binary 1000000 1011101 10101101 111111 101110 0 100000 11100000 101110 101110

Color Harmonies of #405DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DAD

Black with #405DAD

Text Example


Text Example

White with #405DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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