Shades of Mariner #3565AE
Tints of Mariner #3565AE
RGB
CMYK
RGB Variations
Color information
#3565AE (or 0x3565AE) is known color: Mariner. HEX triplet: 35, 65 and AE. RGB value is (53,101,174). Sum of RGB (Red+Green+Blue) = 53+101+174=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3565AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3565AE is #CA9A51. Grayscale: #5E5E5E. Windows color (decimal): -13277778 or 11429173. OLE color: 11429173.
HSL color Cylindrical-coordinate representation of color #3565AE: hue angle of 216.2º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3565AE is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 101 | 174 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.32 |
| HSL | 216.2º | 0.53% | 0.45% | - |
| HSV(B) | 216.2º | 0.7% | 0.68% | - |
| XYZ | 13.76 | 13.12 | 41.85 | - |
| YUV | 94.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 174 | 0.70 | 0.42 | 0 | 0.32 | 216.2 | 0.53 | 0.45 |
| Hex | 35 | 65 | AE | 46 | 2A | 0 | 20 | D8 | 35 | 2D |
| Octal | 65 | 145 | 256 | 106 | 52 | 0 | 40 | 330 | 65 | 55 |
| Binary | 110101 | 1100101 | 10101110 | 1000110 | 101010 | 0 | 100000 | 11011000 | 110101 | 101101 |
Color Harmonies of #3565AE
Complementary color
Monochromatic Colors of #3565AE
Black with #3565AE
Text Example
Text Example
White with #3565AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565AE; }
p { color: rgb(53,101,174); }
H1.HeaderClassName
{
color: #3565AE;
}
.AnyTagClassName
{
color: #3565AE;
}
</style>
background-color css
<style>
a { background-color: #3565AE; }
a { background-color: rgb(53,101,174); }
div.DivClassName
{
background-color: #3565AE;
}
.BgClassName
{
background-color: #3565AE;
}
</style>
border-color css
<style>
span { border-color: #3565AE; }
span { border-color: rgb(53,101,174); }
td.TdClassName
{
border-color: #3565AE;
}
.TagClassName
{
border-color: #3565AE;
}
</style>