#40589E

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

Shades of Mariner #40589E

Tints of Mariner #40589E

Color information

#40589E (or 0x40589E) is unknown color: approx Mariner. HEX triplet: 40, 58 and 9E. RGB value is (64,88,158). Sum of RGB (Red+Green+Blue) = 64+88+158=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #40589E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40589E is #BFA761. Grayscale: #585858. Windows color (decimal): -12560226 or 10377280. OLE color: 10377280.

HSL color Cylindrical-coordinate representation of color #40589E: hue angle of 224.68º 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 #40589E is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6488158-
CMYK0.590.4400.38
HSL224.68º42.34%43.53%-
HSV(B)224.68º59.49%61.96%-
XYZ11.7810.5433.76-
YUV88.8167.05110.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=20.65%
G=28.39%
B=50.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64881580.590.4400.38224.6842.3443.53
Hex40589E3B2C026e12a2c
Octal10013023673540463415254
Binary1000000101100010011110111011101100010011011100001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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