#405DAB

Color #405DAB Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #405DAB

Tints of Mariner #405DAB

Color information

#405DAB (or 0x405DAB) is unknown color: approx 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

RGB6493171-
CMYK0.630.4600.33
HSL223.74º45.53%46.08%-
HSV(B)223.74º62.57%67.06%-
XYZ13.3811.8640.11-
YUV93.22171.89107.16-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64931710.630.4600.33223.7445.5346.08
Hex405DAB3F2E021e02e2e
Octal10013525377560413405656
Binary1000000101110110101011111111101110010000111100000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>