#40539E

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

Shades of Mariner #40539E

Tints of Mariner #40539E

Color information

#40539E (or 0x40539E) is unknown color: approx Mariner. HEX triplet: 40, 53 and 9E. RGB value is (64,83,158). Sum of RGB (Red+Green+Blue) = 64+83+158=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #40539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40539E is #BFAC61. Grayscale: #555555. Windows color (decimal): -12561506 or 10376000. OLE color: 10376000.

HSL color Cylindrical-coordinate representation of color #40539E: hue angle of 227.87º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40539E is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6483158-
CMYK0.590.4700.38
HSL227.87º42.34%43.53%-
HSV(B)227.87º59.49%61.96%-
XYZ11.389.7533.63-
YUV85.87168.71112.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=20.98%
G=27.21%
B=51.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64831580.590.4700.38227.8742.3443.53
Hex40539E3B2F026e42a2c
Octal10012323673570463445254
Binary1000000101001110011110111011101111010011011100100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40539E; }

 p { color: rgb(64,83,158); }

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

<style>
 a { background-color: #40539E; }

 a { background-color: rgb(64,83,158); }

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

<style>
 span { border-color: #40539E; }

 span { border-color: rgb(64,83,158); }

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