Shades of Mariner #3A6BB6
Tints of Mariner #3A6BB6
RGB
CMYK
RGB Variations
Color information
#3A6BB6 (or 0x3A6BB6) is known color: Mariner. HEX triplet: 3A, 6B and B6. RGB value is (58,107,182). Sum of RGB (Red+Green+Blue) = 58+107+182=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A6BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BB6 is #C59449. Grayscale: #646464. Windows color (decimal): -12948554 or 11955002. OLE color: 11955002.
HSL color Cylindrical-coordinate representation of color #3A6BB6: hue angle of 216.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A6BB6 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 107 | 182 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.29 |
| HSL | 216.29º | 0.52% | 0.47% | - |
| HSV(B) | 216.29º | 0.68% | 0.71% | - |
| XYZ | 15.45 | 14.79 | 46.3 | - |
| YUV | 100.9 | 173.77 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 182 | 0.68 | 0.41 | 0 | 0.29 | 216.29 | 0.52 | 0.47 |
| Hex | 3A | 6B | B6 | 44 | 29 | 0 | 1D | D8 | 34 | 2F |
| Octal | 72 | 153 | 266 | 104 | 51 | 0 | 35 | 330 | 64 | 57 |
| Binary | 111010 | 1101011 | 10110110 | 1000100 | 101001 | 0 | 11101 | 11011000 | 110100 | 101111 |
Color Harmonies of #3A6BB6
Complementary color
Monochromatic Colors of #3A6BB6
Black with #3A6BB6
Text Example
Text Example
White with #3A6BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6BB6; }
p { color: rgb(58,107,182); }
H1.HeaderClassName
{
color: #3A6BB6;
}
.AnyTagClassName
{
color: #3A6BB6;
}
</style>
background-color css
<style>
a { background-color: #3A6BB6; }
a { background-color: rgb(58,107,182); }
div.DivClassName
{
background-color: #3A6BB6;
}
.BgClassName
{
background-color: #3A6BB6;
}
</style>
border-color css
<style>
span { border-color: #3A6BB6; }
span { border-color: rgb(58,107,182); }
td.TdClassName
{
border-color: #3A6BB6;
}
.TagClassName
{
border-color: #3A6BB6;
}
</style>