Shades of Mariner #43649C
Tints of Mariner #43649C
RGB
CMYK
RGB Variations
Color information
#43649C (or 0x43649C) is known color: Mariner. HEX triplet: 43, 64 and 9C. RGB value is (67,100,156). Sum of RGB (Red+Green+Blue) = 67+100+156=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #43649C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43649C is #BC9B63. Grayscale: #606060. Windows color (decimal): -12360548 or 10249283. OLE color: 10249283.
HSL color Cylindrical-coordinate representation of color #43649C: hue angle of 217.75º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43649C is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 100 | 156 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.39 |
| HSL | 217.75º | 0.4% | 0.44% | - |
| HSV(B) | 217.75º | 0.57% | 0.61% | - |
| XYZ | 12.87 | 12.71 | 33.23 | - |
| YUV | 96.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 100 | 156 | 0.57 | 0.36 | 0 | 0.39 | 217.75 | 0.4 | 0.44 |
| Hex | 43 | 64 | 9C | 39 | 24 | 0 | 27 | DA | 28 | 2C |
| Octal | 103 | 144 | 234 | 71 | 44 | 0 | 47 | 332 | 50 | 54 |
| Binary | 1000011 | 1100100 | 10011100 | 111001 | 100100 | 0 | 100111 | 11011010 | 101000 | 101100 |
Color Harmonies of #43649C
Complementary color
Monochromatic Colors of #43649C
Black with #43649C
Text Example
Text Example
White with #43649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43649C; }
p { color: rgb(67,100,156); }
H1.HeaderClassName
{
color: #43649C;
}
.AnyTagClassName
{
color: #43649C;
}
</style>
background-color css
<style>
a { background-color: #43649C; }
a { background-color: rgb(67,100,156); }
div.DivClassName
{
background-color: #43649C;
}
.BgClassName
{
background-color: #43649C;
}
</style>
border-color css
<style>
span { border-color: #43649C; }
span { border-color: rgb(67,100,156); }
td.TdClassName
{
border-color: #43649C;
}
.TagClassName
{
border-color: #43649C;
}
</style>