#40539B

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

Shades of Mariner #40539B

Tints of Mariner #40539B

Color information

#40539B (or 0x40539B) is unknown color: approx Mariner. HEX triplet: 40, 53 and 9B. RGB value is (64,83,155). Sum of RGB (Red+Green+Blue) = 64+83+155=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #40539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40539B is #BFAC64. Grayscale: #555555. Windows color (decimal): -12561509 or 10179392. OLE color: 10179392.

HSL color Cylindrical-coordinate representation of color #40539B: hue angle of 227.47º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40539B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6483155-
CMYK0.590.4600.39
HSL227.47º41.55%42.94%-
HSV(B)227.47º58.71%60.78%-
XYZ11.129.6432.29-
YUV85.53167.21112.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 83 (32.81% from 255) = 27.48%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=21.19%
G=27.48%
B=51.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64831550.590.4600.39227.4741.5542.94
Hex40539B3B2E027e32a2b
Octal10012323373560473435253
Binary1000000101001110011011111011101110010011111100011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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