Html Css Color HEX #405DAB Mariner

📋 copy color: '#405DAB'

red 64 ◦ green 93 ◦ blue 171

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

Shades of Mariner #405DAB

Tints of Mariner #405DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.13%

R = 19.51%
G = 28.35%
B = 52.13%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#405DAB (or 0x405DAB) is known color: Mariner. HEX triplet: 40, 5D and AB. RGB value is (64,93,171). Sum of RGB (Red+Green+Blue) = 64+93+171=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #405DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405DAB is #BFA254. Grayscale: #5C5C5C. Windows color (decimal): -12558933 or 11230528. OLE color: 11230528.

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

Color convert

RGB 64 93 171 -
CMYK 0.63 0.46 0 0.33
HSL 223.74º 0.46% 0.46% -
HSV(B) 223.74º 0.63% 0.67% -
XYZ 13.38 11.86 40.11 -
YUV 93.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 64 93 171 0.63 0.46 0 0.33 223.74 0.46 0.46
Hex 40 5D AB 3F 2E 0 21 E0 2E 2E
Octal 100 135 253 77 56 0 41 340 56 56
Binary 1000000 1011101 10101011 111111 101110 0 100001 11100000 101110 101110

Color Harmonies of #405DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DAB

Black with #405DAB

Text Example


Text Example

White with #405DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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