#40599C

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

Shades of Mariner #40599C

Tints of Mariner #40599C

Color information

#40599C (or 0x40599C) is unknown color: approx Mariner. HEX triplet: 40, 59 and 9C. RGB value is (64,89,156). Sum of RGB (Red+Green+Blue) = 64+89+156=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #40599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40599C is #BFA663. Grayscale: #585858. Windows color (decimal): -12559972 or 10246464. OLE color: 10246464.

HSL color Cylindrical-coordinate representation of color #40599C: hue angle of 223.7º 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 #40599C is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6489156-
CMYK0.590.4300.39
HSL223.7º41.82%43.14%-
HSV(B)223.7º58.97%61.18%-
XYZ11.6910.6432.89-
YUV89.16165.72110.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=20.71%
G=28.80%
B=50.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64891560.590.4300.39223.741.8243.14
Hex40599C3B2B027e02a2b
Octal10013123473530473405253
Binary1000000101100110011100111011101011010011111100000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40599C; }

 p { color: rgb(64,89,156); }

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

<style>
 a { background-color: #40599C; }

 a { background-color: rgb(64,89,156); }

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

<style>
 span { border-color: #40599C; }

 span { border-color: rgb(64,89,156); }

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