Shades of Mariner #3C6CB6
Tints of Mariner #3C6CB6
RGB
CMYK
RGB Variations
Color information
#3C6CB6 (or 0x3C6CB6) is known color: Mariner. HEX triplet: 3C, 6C and B6. RGB value is (60,108,182). Sum of RGB (Red+Green+Blue) = 60+108+182=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C6CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C6CB6 is #C39349. Grayscale: #656565. Windows color (decimal): -12817226 or 11955260. OLE color: 11955260.
HSL color Cylindrical-coordinate representation of color #3C6CB6: hue angle of 216.39º 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 #3C6CB6 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 108 | 182 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.29 |
| HSL | 216.39º | 0.5% | 0.47% | - |
| HSV(B) | 216.39º | 0.67% | 0.71% | - |
| XYZ | 15.67 | 15.06 | 46.34 | - |
| YUV | 102.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 108 | 182 | 0.67 | 0.41 | 0 | 0.29 | 216.39 | 0.5 | 0.47 |
| Hex | 3C | 6C | B6 | 43 | 29 | 0 | 1D | D8 | 32 | 2F |
| Octal | 74 | 154 | 266 | 103 | 51 | 0 | 35 | 330 | 62 | 57 |
| Binary | 111100 | 1101100 | 10110110 | 1000011 | 101001 | 0 | 11101 | 11011000 | 110010 | 101111 |
Color Harmonies of #3C6CB6
Complementary color
Monochromatic Colors of #3C6CB6
Black with #3C6CB6
Text Example
Text Example
White with #3C6CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6CB6; }
p { color: rgb(60,108,182); }
H1.HeaderClassName
{
color: #3C6CB6;
}
.AnyTagClassName
{
color: #3C6CB6;
}
</style>
background-color css
<style>
a { background-color: #3C6CB6; }
a { background-color: rgb(60,108,182); }
div.DivClassName
{
background-color: #3C6CB6;
}
.BgClassName
{
background-color: #3C6CB6;
}
</style>
border-color css
<style>
span { border-color: #3C6CB6; }
span { border-color: rgb(60,108,182); }
td.TdClassName
{
border-color: #3C6CB6;
}
.TagClassName
{
border-color: #3C6CB6;
}
</style>