Shades of Mariner #43649F
Tints of Mariner #43649F
RGB
CMYK
RGB Variations
Color information
#43649F (or 0x43649F) is known color: Mariner. HEX triplet: 43, 64 and 9F. RGB value is (67,100,159). Sum of RGB (Red+Green+Blue) = 67+100+159=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #43649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43649F is #BC9B60. Grayscale: #606060. Windows color (decimal): -12360545 or 10445891. OLE color: 10445891.
HSL color Cylindrical-coordinate representation of color #43649F: hue angle of 218.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43649F is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 100 | 159 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.38 |
| HSL | 218.48º | 0.41% | 0.44% | - |
| HSV(B) | 218.48º | 0.58% | 0.62% | - |
| XYZ | 13.13 | 12.81 | 34.58 | - |
| YUV | 96.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 159 | 0.58 | 0.37 | 0 | 0.38 | 218.48 | 0.41 | 0.44 |
| Hex | 43 | 64 | 9F | 3A | 25 | 0 | 26 | DA | 29 | 2C |
| Octal | 103 | 144 | 237 | 72 | 45 | 0 | 46 | 332 | 51 | 54 |
| Binary | 1000011 | 1100100 | 10011111 | 111010 | 100101 | 0 | 100110 | 11011010 | 101001 | 101100 |
Color Harmonies of #43649F
Complementary color
Monochromatic Colors of #43649F
Black with #43649F
Text Example
Text Example
White with #43649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43649F; }
p { color: rgb(67,100,159); }
H1.HeaderClassName
{
color: #43649F;
}
.AnyTagClassName
{
color: #43649F;
}
</style>
background-color css
<style>
a { background-color: #43649F; }
a { background-color: rgb(67,100,159); }
div.DivClassName
{
background-color: #43649F;
}
.BgClassName
{
background-color: #43649F;
}
</style>
border-color css
<style>
span { border-color: #43649F; }
span { border-color: rgb(67,100,159); }
td.TdClassName
{
border-color: #43649F;
}
.TagClassName
{
border-color: #43649F;
}
</style>