Shades of Mariner #40639B
Tints of Mariner #40639B
RGB
CMYK
RGB Variations
Color information
#40639B (or 0x40639B) is known color: 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
| RGB | 64 | 99 | 155 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.39 |
| HSL | 216.92º | 0.42% | 0.43% | - |
| HSV(B) | 216.92º | 0.59% | 0.61% | - |
| XYZ | 12.49 | 12.38 | 32.74 | - |
| YUV | 94.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 155 | 0.59 | 0.36 | 0 | 0.39 | 216.92 | 0.42 | 0.43 |
| Hex | 40 | 63 | 9B | 3B | 24 | 0 | 27 | D9 | 2A | 2B |
| Octal | 100 | 143 | 233 | 73 | 44 | 0 | 47 | 331 | 52 | 53 |
| Binary | 1000000 | 1100011 | 10011011 | 111011 | 100100 | 0 | 100111 | 11011001 | 101010 | 101011 |
Color Harmonies of #40639B
Complementary color
Monochromatic Colors of #40639B
Black with #40639B
Text Example
Text Example
White with #40639B
Text Example
Text Example
HTML Codes & Css Web 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>