#405C8E

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

Shades of Mariner #405C8E

Tints of Mariner #405C8E

Color information

#405C8E (or 0x405C8E) is unknown color: approx Mariner. HEX triplet: 40, 5C and 8E. RGB value is (64,92,142). Sum of RGB (Red+Green+Blue) = 64+92+142=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #405C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C8E is #BFA371. Grayscale: #595959. Windows color (decimal): -12559218 or 9329728. OLE color: 9329728.

HSL color Cylindrical-coordinate representation of color #405C8E: hue angle of 218.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405C8E is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6492142-
CMYK0.550.3500.44
HSL218.46º37.86%40.39%-
HSV(B)218.46º54.93%55.69%-
XYZ10.8210.727.09-
YUV89.33157.72109.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.48%
GREEN value IS 92 (36.33% from 255) = 30.87%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=21.48%
G=30.87%
B=47.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64921420.550.3500.44218.4637.8640.39
Hex405C8E372302Cda2628
Octal10013421667430543324650
Binary1000000101110010001110110111100011010110011011010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,92,142); }

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

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

 a { background-color: rgb(64,92,142); }

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

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

 span { border-color: rgb(64,92,142); }

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