Shades of Mariner #3565AF
Tints of Mariner #3565AF
RGB
CMYK
RGB Variations
Color information
#3565AF (or 0x3565AF) is known color: Mariner. HEX triplet: 35, 65 and AF. RGB value is (53,101,175). Sum of RGB (Red+Green+Blue) = 53+101+175=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3565AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3565AF is #CA9A50. Grayscale: #5E5E5E. Windows color (decimal): -13277777 or 11494709. OLE color: 11494709.
HSL color Cylindrical-coordinate representation of color #3565AF: hue angle of 216.39º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3565AF is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 101 | 175 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.31 |
| HSL | 216.39º | 0.54% | 0.45% | - |
| HSV(B) | 216.39º | 0.7% | 0.69% | - |
| XYZ | 13.86 | 13.16 | 42.37 | - |
| YUV | 95.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 101 | 175 | 0.70 | 0.42 | 0 | 0.31 | 216.39 | 0.54 | 0.45 |
| Hex | 35 | 65 | AF | 46 | 2A | 0 | 1F | D8 | 36 | 2D |
| Octal | 65 | 145 | 257 | 106 | 52 | 0 | 37 | 330 | 66 | 55 |
| Binary | 110101 | 1100101 | 10101111 | 1000110 | 101010 | 0 | 11111 | 11011000 | 110110 | 101101 |
Color Harmonies of #3565AF
Complementary color
Monochromatic Colors of #3565AF
Black with #3565AF
Text Example
Text Example
White with #3565AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3565AF; }
p { color: rgb(53,101,175); }
H1.HeaderClassName
{
color: #3565AF;
}
.AnyTagClassName
{
color: #3565AF;
}
</style>
background-color css
<style>
a { background-color: #3565AF; }
a { background-color: rgb(53,101,175); }
div.DivClassName
{
background-color: #3565AF;
}
.BgClassName
{
background-color: #3565AF;
}
</style>
border-color css
<style>
span { border-color: #3565AF; }
span { border-color: rgb(53,101,175); }
td.TdClassName
{
border-color: #3565AF;
}
.TagClassName
{
border-color: #3565AF;
}
</style>