Shades of Mariner #3C66B6
Tints of Mariner #3C66B6
RGB
CMYK
RGB Variations
Color information
#3C66B6 (or 0x3C66B6) is known color: Mariner. HEX triplet: 3C, 66 and B6. RGB value is (60,102,182). Sum of RGB (Red+Green+Blue) = 60+102+182=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C66B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C66B6 is #C39949. Grayscale: #626262. Windows color (decimal): -12818762 or 11953724. OLE color: 11953724.
HSL color Cylindrical-coordinate representation of color #3C66B6: hue angle of 219.34º 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 #3C66B6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 102 | 182 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.29 |
| HSL | 219.34º | 0.5% | 0.47% | - |
| HSV(B) | 219.34º | 0.67% | 0.71% | - |
| XYZ | 15.06 | 13.84 | 46.13 | - |
| YUV | 98.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 182 | 0.67 | 0.44 | 0 | 0.29 | 219.34 | 0.5 | 0.47 |
| Hex | 3C | 66 | B6 | 43 | 2C | 0 | 1D | DB | 32 | 2F |
| Octal | 74 | 146 | 266 | 103 | 54 | 0 | 35 | 333 | 62 | 57 |
| Binary | 111100 | 1100110 | 10110110 | 1000011 | 101100 | 0 | 11101 | 11011011 | 110010 | 101111 |
Color Harmonies of #3C66B6
Complementary color
Monochromatic Colors of #3C66B6
Black with #3C66B6
Text Example
Text Example
White with #3C66B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C66B6; }
p { color: rgb(60,102,182); }
H1.HeaderClassName
{
color: #3C66B6;
}
.AnyTagClassName
{
color: #3C66B6;
}
</style>
background-color css
<style>
a { background-color: #3C66B6; }
a { background-color: rgb(60,102,182); }
div.DivClassName
{
background-color: #3C66B6;
}
.BgClassName
{
background-color: #3C66B6;
}
</style>
border-color css
<style>
span { border-color: #3C66B6; }
span { border-color: rgb(60,102,182); }
td.TdClassName
{
border-color: #3C66B6;
}
.TagClassName
{
border-color: #3C66B6;
}
</style>