#405f96

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

Shades of Mariner #405F96

Tints of Mariner #405F96

Color information

#405F96 (or 0x405F96) is unknown color: approx Mariner. HEX triplet: 40, 5F and 96. RGB value is (64,95,150). Sum of RGB (Red+Green+Blue) = 64+95+150=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #405F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F96 is #BFA069. Grayscale: #5B5B5B. Windows color (decimal): -12558442 or 9854784. OLE color: 9854784.

HSL color Cylindrical-coordinate representation of color #405F96: hue angle of 218.37º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405F96 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6495150-
CMYK0.570.3700.41
HSL218.37º40.19%41.96%-
HSV(B)218.37º57.33%58.82%-
XYZ11.7111.4830.45-
YUV92160.73108.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=20.71%
G=30.74%
B=48.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64951500.570.3700.41218.3740.1941.96
Hex405F963925029da282a
Octal10013722671450513325052
Binary1000000101111110010110111001100101010100111011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,150); }

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

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

 a { background-color: rgb(64,95,150); }

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

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

 span { border-color: rgb(64,95,150); }

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