Shades of Mariner #3A6BB9
Tints of Mariner #3A6BB9
RGB
CMYK
RGB Variations
Color information
#3A6BB9 (or 0x3A6BB9) is known color: Mariner. HEX triplet: 3A, 6B and B9. RGB value is (58,107,185). Sum of RGB (Red+Green+Blue) = 58+107+185=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A6BB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BB9 is #C59446. Grayscale: #646464. Windows color (decimal): -12948551 or 12151610. OLE color: 12151610.
HSL color Cylindrical-coordinate representation of color #3A6BB9: hue angle of 216.85º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A6BB9 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 107 | 185 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.27 |
| HSL | 216.85º | 0.52% | 0.48% | - |
| HSV(B) | 216.85º | 0.69% | 0.73% | - |
| XYZ | 15.76 | 14.92 | 47.95 | - |
| YUV | 101.24 | 175.27 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 185 | 0.69 | 0.42 | 0 | 0.27 | 216.85 | 0.52 | 0.48 |
| Hex | 3A | 6B | B9 | 45 | 2A | 0 | 1B | D9 | 34 | 30 |
| Octal | 72 | 153 | 271 | 105 | 52 | 0 | 33 | 331 | 64 | 60 |
| Binary | 111010 | 1101011 | 10111001 | 1000101 | 101010 | 0 | 11011 | 11011001 | 110100 | 110000 |
Color Harmonies of #3A6BB9
Complementary color
Monochromatic Colors of #3A6BB9
Black with #3A6BB9
Text Example
Text Example
White with #3A6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BB9; }
p { color: rgb(58,107,185); }
H1.HeaderClassName
{
color: #3A6BB9;
}
.AnyTagClassName
{
color: #3A6BB9;
}
</style>
background-color css
<style>
a { background-color: #3A6BB9; }
a { background-color: rgb(58,107,185); }
div.DivClassName
{
background-color: #3A6BB9;
}
.BgClassName
{
background-color: #3A6BB9;
}
</style>
border-color css
<style>
span { border-color: #3A6BB9; }
span { border-color: rgb(58,107,185); }
td.TdClassName
{
border-color: #3A6BB9;
}
.TagClassName
{
border-color: #3A6BB9;
}
</style>