#40539A

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

Shades of Mariner #40539A

Tints of Mariner #40539A

Color information

#40539A (or 0x40539A) is unknown color: approx Mariner. HEX triplet: 40, 53 and 9A. RGB value is (64,83,154). Sum of RGB (Red+Green+Blue) = 64+83+154=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #40539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40539A is #BFAC65. Grayscale: #555555. Windows color (decimal): -12561510 or 10113856. OLE color: 10113856.

HSL color Cylindrical-coordinate representation of color #40539A: hue angle of 227.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40539A is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6483154-
CMYK0.580.4600.40
HSL227.33º41.28%42.75%-
HSV(B)227.33º58.44%60.39%-
XYZ11.049.6131.84-
YUV85.41166.71112.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=21.26%
G=27.57%
B=51.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64831540.580.4600.40227.3341.2842.75
Hex40539A3A2E028e3292b
Octal10012323272560503435153
Binary1000000101001110011010111010101110010100011100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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