Shades of Mariner #3650A7
Tints of Mariner #3650A7
RGB
CMYK
RGB Variations
Color information
#3650A7 (or 0x3650A7) is known color: Mariner. HEX triplet: 36, 50 and A7. RGB value is (54,80,167). Sum of RGB (Red+Green+Blue) = 54+80+167=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 167 (65.62% from 255 or 55.48% from 301); Max value from RGB is 167 - color contains mainly: blue. Hex color #3650A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3650A7 is #C9AF58. Grayscale: #515151. Windows color (decimal): -13217625 or 10965046. OLE color: 10965046.
HSL color Cylindrical-coordinate representation of color #3650A7: hue angle of 226.19º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3650A7 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 80 | 167 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.35 |
| HSL | 226.19º | 0.51% | 0.43% | - |
| HSV(B) | 226.19º | 0.68% | 0.65% | - |
| XYZ | 11.37 | 9.31 | 37.76 | - |
| YUV | 82.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 167 | 0.68 | 0.52 | 0 | 0.35 | 226.19 | 0.51 | 0.43 |
| Hex | 36 | 50 | A7 | 44 | 34 | 0 | 23 | E2 | 33 | 2B |
| Octal | 66 | 120 | 247 | 104 | 64 | 0 | 43 | 342 | 63 | 53 |
| Binary | 110110 | 1010000 | 10100111 | 1000100 | 110100 | 0 | 100011 | 11100010 | 110011 | 101011 |
Color Harmonies of #3650A7
Complementary color
Monochromatic Colors of #3650A7
Black with #3650A7
Text Example
Text Example
White with #3650A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650A7; }
p { color: rgb(54,80,167); }
H1.HeaderClassName
{
color: #3650A7;
}
.AnyTagClassName
{
color: #3650A7;
}
</style>
background-color css
<style>
a { background-color: #3650A7; }
a { background-color: rgb(54,80,167); }
div.DivClassName
{
background-color: #3650A7;
}
.BgClassName
{
background-color: #3650A7;
}
</style>
border-color css
<style>
span { border-color: #3650A7; }
span { border-color: rgb(54,80,167); }
td.TdClassName
{
border-color: #3650A7;
}
.TagClassName
{
border-color: #3650A7;
}
</style>