#405F95

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

Shades of Mariner #405F95

Tints of Mariner #405F95

Color information

#405F95 (or 0x405F95) is unknown color: approx Mariner. HEX triplet: 40, 5F and 95. RGB value is (64,95,149). Sum of RGB (Red+Green+Blue) = 64+95+149=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #405F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F95 is #BFA06A. Grayscale: #5B5B5B. Windows color (decimal): -12558443 or 9789248. OLE color: 9789248.

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

Color convert

RGB6495149-
CMYK0.570.3600.42
HSL218.12º39.91%41.76%-
HSV(B)218.12º57.05%58.43%-
XYZ11.6311.4430.03-
YUV91.89160.23108.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=20.78%
G=30.84%
B=48.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64951490.570.3600.42218.1239.9141.76
Hex405F95392402Ada282a
Octal10013722571440523325052
Binary1000000101111110010101111001100100010101011011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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