Shades of Mariner #43589C
Tints of Mariner #43589C
RGB
CMYK
RGB Variations
Color information
#43589C (or 0x43589C) is known color: Mariner. HEX triplet: 43, 58 and 9C. RGB value is (67,88,156). Sum of RGB (Red+Green+Blue) = 67+88+156=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #43589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43589C is #BCA763. Grayscale: #595959. Windows color (decimal): -12363620 or 10246211. OLE color: 10246211.
HSL color Cylindrical-coordinate representation of color #43589C: hue angle of 225.84º 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 #43589C is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 88 | 156 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.39 |
| HSL | 225.84º | 0.4% | 0.44% | - |
| HSV(B) | 225.84º | 0.57% | 0.61% | - |
| XYZ | 11.81 | 10.57 | 32.87 | - |
| YUV | 89.47 | 165.54 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 156 | 0.57 | 0.44 | 0 | 0.39 | 225.84 | 0.4 | 0.44 |
| Hex | 43 | 58 | 9C | 39 | 2C | 0 | 27 | E2 | 28 | 2C |
| Octal | 103 | 130 | 234 | 71 | 54 | 0 | 47 | 342 | 50 | 54 |
| Binary | 1000011 | 1011000 | 10011100 | 111001 | 101100 | 0 | 100111 | 11100010 | 101000 | 101100 |
Color Harmonies of #43589C
Complementary color
Monochromatic Colors of #43589C
Black with #43589C
Text Example
Text Example
White with #43589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43589C; }
p { color: rgb(67,88,156); }
H1.HeaderClassName
{
color: #43589C;
}
.AnyTagClassName
{
color: #43589C;
}
</style>
background-color css
<style>
a { background-color: #43589C; }
a { background-color: rgb(67,88,156); }
div.DivClassName
{
background-color: #43589C;
}
.BgClassName
{
background-color: #43589C;
}
</style>
border-color css
<style>
span { border-color: #43589C; }
span { border-color: rgb(67,88,156); }
td.TdClassName
{
border-color: #43589C;
}
.TagClassName
{
border-color: #43589C;
}
</style>