Shades of Mariner #43619E
Tints of Mariner #43619E
RGB
CMYK
RGB Variations
Color information
#43619E (or 0x43619E) is known color: Mariner. HEX triplet: 43, 61 and 9E. RGB value is (67,97,158). Sum of RGB (Red+Green+Blue) = 67+97+158=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #43619E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43619E is #BC9E61. Grayscale: #5E5E5E. Windows color (decimal): -12361314 or 10379587. OLE color: 10379587.
HSL color Cylindrical-coordinate representation of color #43619E: hue angle of 220.22º degrees, saturation: 0.4, 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 #43619E is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 97 | 158 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.38 |
| HSL | 220.22º | 0.4% | 0.44% | - |
| HSV(B) | 220.22º | 0.58% | 0.62% | - |
| XYZ | 12.76 | 12.21 | 34.03 | - |
| YUV | 94.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 158 | 0.58 | 0.39 | 0 | 0.38 | 220.22 | 0.4 | 0.44 |
| Hex | 43 | 61 | 9E | 3A | 27 | 0 | 26 | DC | 28 | 2C |
| Octal | 103 | 141 | 236 | 72 | 47 | 0 | 46 | 334 | 50 | 54 |
| Binary | 1000011 | 1100001 | 10011110 | 111010 | 100111 | 0 | 100110 | 11011100 | 101000 | 101100 |
Color Harmonies of #43619E
Complementary color
Monochromatic Colors of #43619E
Black with #43619E
Text Example
Text Example
White with #43619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43619E; }
p { color: rgb(67,97,158); }
H1.HeaderClassName
{
color: #43619E;
}
.AnyTagClassName
{
color: #43619E;
}
</style>
background-color css
<style>
a { background-color: #43619E; }
a { background-color: rgb(67,97,158); }
div.DivClassName
{
background-color: #43619E;
}
.BgClassName
{
background-color: #43619E;
}
</style>
border-color css
<style>
span { border-color: #43619E; }
span { border-color: rgb(67,97,158); }
td.TdClassName
{
border-color: #43619E;
}
.TagClassName
{
border-color: #43619E;
}
</style>