#405EAF

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

Shades of Mariner #405EAF

Tints of Mariner #405EAF

Color information

#405EAF (or 0x405EAF) is unknown color: approx Mariner. HEX triplet: 40, 5E and AF. RGB value is (64,94,175). Sum of RGB (Red+Green+Blue) = 64+94+175=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #405EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EAF is #BFA150. Grayscale: #5D5D5D. Windows color (decimal): -12558673 or 11492928. OLE color: 11492928.

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

Color convert

RGB6494175-
CMYK0.630.4600.31
HSL223.78º46.44%46.86%-
HSV(B)223.78º63.43%68.63%-
XYZ13.8512.1942.18-
YUV94.26173.56106.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 175 (68.75% from 255) = 52.55%
R=19.22%
G=28.23%
B=52.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64941750.630.4600.31223.7846.4446.86
Hex405EAF3F2E01Fe02e2f
Octal10013625777560373405657
Binary100000010111101010111111111110111001111111100000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #405EAF;
 }
 .AnyTagClassName
 {
   color: #405EAF;
 }
</style>
background-color css

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

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

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

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

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

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