Shades of Mariner #3B66B7
Tints of Mariner #3B66B7
RGB
CMYK
RGB Variations
Color information
#3B66B7 (or 0x3B66B7) is known color: Mariner. HEX triplet: 3B, 66 and B7. RGB value is (59,102,183). Sum of RGB (Red+Green+Blue) = 59+102+183=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 183 (71.88% from 255 or 53.20% from 344); Max value from RGB is 183 - color contains mainly: blue. Hex color #3B66B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B66B7 is #C49948. Grayscale: #626262. Windows color (decimal): -12884297 or 12019259. OLE color: 12019259.
HSL color Cylindrical-coordinate representation of color #3B66B7: hue angle of 219.19º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B66B7 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 59 | 102 | 183 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.28 |
| HSL | 219.19º | 0.51% | 0.47% | - |
| HSV(B) | 219.19º | 0.68% | 0.72% | - |
| XYZ | 15.1 | 13.85 | 46.68 | - |
| YUV | 98.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 183 | 0.68 | 0.44 | 0 | 0.28 | 219.19 | 0.51 | 0.47 |
| Hex | 3B | 66 | B7 | 44 | 2C | 0 | 1C | DB | 33 | 2F |
| Octal | 73 | 146 | 267 | 104 | 54 | 0 | 34 | 333 | 63 | 57 |
| Binary | 111011 | 1100110 | 10110111 | 1000100 | 101100 | 0 | 11100 | 11011011 | 110011 | 101111 |
Color Harmonies of #3B66B7
Complementary color
Monochromatic Colors of #3B66B7
Black with #3B66B7
Text Example
Text Example
White with #3B66B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B66B7; }
p { color: rgb(59,102,183); }
H1.HeaderClassName
{
color: #3B66B7;
}
.AnyTagClassName
{
color: #3B66B7;
}
</style>
background-color css
<style>
a { background-color: #3B66B7; }
a { background-color: rgb(59,102,183); }
div.DivClassName
{
background-color: #3B66B7;
}
.BgClassName
{
background-color: #3B66B7;
}
</style>
border-color css
<style>
span { border-color: #3B66B7; }
span { border-color: rgb(59,102,183); }
td.TdClassName
{
border-color: #3B66B7;
}
.TagClassName
{
border-color: #3B66B7;
}
</style>