#405BAA

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

Shades of Mariner #405BAA

Tints of Mariner #405BAA

Color information

#405BAA (or 0x405BAA) is unknown color: approx Mariner. HEX triplet: 40, 5B and AA. RGB value is (64,91,170). Sum of RGB (Red+Green+Blue) = 64+91+170=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #405BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405BAA is #BFA455. Grayscale: #5B5B5B. Windows color (decimal): -12559446 or 11164480. OLE color: 11164480.

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

Color convert

RGB6491170-
CMYK0.620.4600.33
HSL224.72º45.3%45.88%-
HSV(B)224.72º62.35%66.67%-
XYZ13.1111.4739.55-
YUV91.93172.05108.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=19.69%
G=28%
B=52.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64911700.620.4600.33224.7245.345.88
Hex405BAA3E2E021e12d2e
Octal10013325276560413415556
Binary1000000101101110101010111110101110010000111100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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