Shades of Mariner #3C6DB5
Tints of Mariner #3C6DB5
RGB
CMYK
RGB Variations
Color information
#3C6DB5 (or 0x3C6DB5) is known color: Mariner. HEX triplet: 3C, 6D and B5. RGB value is (60,109,181). Sum of RGB (Red+Green+Blue) = 60+109+181=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C6DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6DB5 is #C3924A. Grayscale: #666666. Windows color (decimal): -12816971 or 11889980. OLE color: 11889980.
HSL color Cylindrical-coordinate representation of color #3C6DB5: hue angle of 215.7º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C6DB5 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 109 | 181 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.29 |
| HSL | 215.7º | 0.5% | 0.47% | - |
| HSV(B) | 215.7º | 0.67% | 0.71% | - |
| XYZ | 15.67 | 15.23 | 45.83 | - |
| YUV | 102.56 | 172.27 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 109 | 181 | 0.67 | 0.40 | 0 | 0.29 | 215.7 | 0.5 | 0.47 |
| Hex | 3C | 6D | B5 | 43 | 28 | 0 | 1D | D8 | 32 | 2F |
| Octal | 74 | 155 | 265 | 103 | 50 | 0 | 35 | 330 | 62 | 57 |
| Binary | 111100 | 1101101 | 10110101 | 1000011 | 101000 | 0 | 11101 | 11011000 | 110010 | 101111 |
Color Harmonies of #3C6DB5
Complementary color
Monochromatic Colors of #3C6DB5
Black with #3C6DB5
Text Example
Text Example
White with #3C6DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6DB5; }
p { color: rgb(60,109,181); }
H1.HeaderClassName
{
color: #3C6DB5;
}
.AnyTagClassName
{
color: #3C6DB5;
}
</style>
background-color css
<style>
a { background-color: #3C6DB5; }
a { background-color: rgb(60,109,181); }
div.DivClassName
{
background-color: #3C6DB5;
}
.BgClassName
{
background-color: #3C6DB5;
}
</style>
border-color css
<style>
span { border-color: #3C6DB5; }
span { border-color: rgb(60,109,181); }
td.TdClassName
{
border-color: #3C6DB5;
}
.TagClassName
{
border-color: #3C6DB5;
}
</style>