Shades of Mariner #3668B7
Tints of Mariner #3668B7
RGB
CMYK
RGB Variations
Color information
#3668B7 (or 0x3668B7) is known color: Mariner. HEX triplet: 36, 68 and B7. RGB value is (54,104,183). Sum of RGB (Red+Green+Blue) = 54+104+183=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 183 (71.88% from 255 or 53.67% from 341); Max value from RGB is 183 - color contains mainly: blue. Hex color #3668B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3668B7 is #C99748. Grayscale: #616161. Windows color (decimal): -13211465 or 12019766. OLE color: 12019766.
HSL color Cylindrical-coordinate representation of color #3668B7: hue angle of 216.74º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3668B7 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 104 | 183 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.28 |
| HSL | 216.74º | 0.54% | 0.46% | - |
| HSV(B) | 216.74º | 0.7% | 0.72% | - |
| XYZ | 15.02 | 14.1 | 46.73 | - |
| YUV | 98.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 104 | 183 | 0.70 | 0.43 | 0 | 0.28 | 216.74 | 0.54 | 0.46 |
| Hex | 36 | 68 | B7 | 46 | 2B | 0 | 1C | D9 | 36 | 2E |
| Octal | 66 | 150 | 267 | 106 | 53 | 0 | 34 | 331 | 66 | 56 |
| Binary | 110110 | 1101000 | 10110111 | 1000110 | 101011 | 0 | 11100 | 11011001 | 110110 | 101110 |
Color Harmonies of #3668B7
Complementary color
Monochromatic Colors of #3668B7
Black with #3668B7
Text Example
Text Example
White with #3668B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3668B7; }
p { color: rgb(54,104,183); }
H1.HeaderClassName
{
color: #3668B7;
}
.AnyTagClassName
{
color: #3668B7;
}
</style>
background-color css
<style>
a { background-color: #3668B7; }
a { background-color: rgb(54,104,183); }
div.DivClassName
{
background-color: #3668B7;
}
.BgClassName
{
background-color: #3668B7;
}
</style>
border-color css
<style>
span { border-color: #3668B7; }
span { border-color: rgb(54,104,183); }
td.TdClassName
{
border-color: #3668B7;
}
.TagClassName
{
border-color: #3668B7;
}
</style>