#405AAF

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

Shades of Mariner #405AAF

Tints of Mariner #405AAF

Color information

#405AAF (or 0x405AAF) is unknown color: approx Mariner. HEX triplet: 40, 5A and AF. RGB value is (64,90,175). Sum of RGB (Red+Green+Blue) = 64+90+175=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #405AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405AAF is #BFA550. Grayscale: #5B5B5B. Windows color (decimal): -12559697 or 11491904. OLE color: 11491904.

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

Color convert

RGB6490175-
CMYK0.630.4900.31
HSL225.95º46.44%46.86%-
HSV(B)225.95º63.43%68.63%-
XYZ13.5111.542.06-
YUV91.92174.89108.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.45%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=19.45%
G=27.36%
B=53.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64901750.630.4900.31225.9546.4446.86
Hex405AAF3F3101Fe22e2f
Octal10013225777610373425657
Binary100000010110101010111111111111000101111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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