#405BAF

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

Shades of Mariner #405BAF

Tints of Mariner #405BAF

Color information

#405BAF (or 0x405BAF) is unknown color: approx Mariner. HEX triplet: 40, 5B and AF. RGB value is (64,91,175). Sum of RGB (Red+Green+Blue) = 64+91+175=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #405BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAF is #BFA450. Grayscale: #5C5C5C. Windows color (decimal): -12559441 or 11492160. OLE color: 11492160.

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

Color convert

RGB6491175-
CMYK0.630.4800.31
HSL225.41º46.44%46.86%-
HSV(B)225.41º63.43%68.63%-
XYZ13.5911.6742.09-
YUV92.5174.55107.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.39%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 175 (68.75% from 255) = 53.03%
R=19.39%
G=27.58%
B=53.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal64911750.630.4800.31225.4146.4446.86
Hex405BAF3F3001Fe12e2f
Octal10013325777600373415657
Binary100000010110111010111111111111000001111111100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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