Shades of Mariner #35569C
Tints of Mariner #35569C
RGB
CMYK
RGB Variations
Color information
#35569C (or 0x35569C) is known color: Mariner. HEX triplet: 35, 56 and 9C. RGB value is (53,86,156). Sum of RGB (Red+Green+Blue) = 53+86+156=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #35569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35569C is #CAA963. Grayscale: #535353. Windows color (decimal): -13281636 or 10245685. OLE color: 10245685.
HSL color Cylindrical-coordinate representation of color #35569C: hue angle of 220.78º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35569C is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 86 | 156 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.39 |
| HSL | 220.78º | 0.49% | 0.41% | - |
| HSV(B) | 220.78º | 0.66% | 0.61% | - |
| XYZ | 10.8 | 9.81 | 32.78 | - |
| YUV | 84.11 | 168.57 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 156 | 0.66 | 0.45 | 0 | 0.39 | 220.78 | 0.49 | 0.41 |
| Hex | 35 | 56 | 9C | 42 | 2D | 0 | 27 | DD | 31 | 29 |
| Octal | 65 | 126 | 234 | 102 | 55 | 0 | 47 | 335 | 61 | 51 |
| Binary | 110101 | 1010110 | 10011100 | 1000010 | 101101 | 0 | 100111 | 11011101 | 110001 | 101001 |
Color Harmonies of #35569C
Complementary color
Monochromatic Colors of #35569C
Black with #35569C
Text Example
Text Example
White with #35569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35569C; }
p { color: rgb(53,86,156); }
H1.HeaderClassName
{
color: #35569C;
}
.AnyTagClassName
{
color: #35569C;
}
</style>
background-color css
<style>
a { background-color: #35569C; }
a { background-color: rgb(53,86,156); }
div.DivClassName
{
background-color: #35569C;
}
.BgClassName
{
background-color: #35569C;
}
</style>
border-color css
<style>
span { border-color: #35569C; }
span { border-color: rgb(53,86,156); }
td.TdClassName
{
border-color: #35569C;
}
.TagClassName
{
border-color: #35569C;
}
</style>