#40639B

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

Shades of Mariner #40639B

Tints of Mariner #40639B

Color information

#40639B (or 0x40639B) is unknown color: approx Mariner. HEX triplet: 40, 63 and 9B. RGB value is (64,99,155). Sum of RGB (Red+Green+Blue) = 64+99+155=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #40639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40639B is #BF9C64. Grayscale: #5E5E5E. Windows color (decimal): -12557413 or 10183488. OLE color: 10183488.

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

Color convert

RGB6499155-
CMYK0.590.3600.39
HSL216.92º41.55%42.94%-
HSV(B)216.92º58.71%60.78%-
XYZ12.4912.3832.74-
YUV94.92161.9105.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=20.13%
G=31.13%
B=48.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64991550.590.3600.39216.9241.5542.94
Hex40639B3B24027d92a2b
Octal10014323373440473315253
Binary1000000110001110011011111011100100010011111011001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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