Shades of Mariner #3C669B
Tints of Mariner #3C669B
RGB
CMYK
RGB Variations
Color information
#3C669B (or 0x3C669B) is known color: Mariner. HEX triplet: 3C, 66 and 9B. RGB value is (60,102,155). Sum of RGB (Red+Green+Blue) = 60+102+155=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C669B is #C39964. Grayscale: #5F5F5F. Windows color (decimal): -12818789 or 10184252. OLE color: 10184252.
HSL color Cylindrical-coordinate representation of color #3C669B: hue angle of 213.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C669B is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 102 | 155 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.39 |
| HSL | 213.47º | 0.44% | 0.42% | - |
| HSV(B) | 213.47º | 0.61% | 0.61% | - |
| XYZ | 12.53 | 12.83 | 32.83 | - |
| YUV | 95.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 155 | 0.61 | 0.34 | 0 | 0.39 | 213.47 | 0.44 | 0.42 |
| Hex | 3C | 66 | 9B | 3D | 22 | 0 | 27 | D5 | 2C | 2A |
| Octal | 74 | 146 | 233 | 75 | 42 | 0 | 47 | 325 | 54 | 52 |
| Binary | 111100 | 1100110 | 10011011 | 111101 | 100010 | 0 | 100111 | 11010101 | 101100 | 101010 |
Color Harmonies of #3C669B
Complementary color
Monochromatic Colors of #3C669B
Black with #3C669B
Text Example
Text Example
White with #3C669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C669B; }
p { color: rgb(60,102,155); }
H1.HeaderClassName
{
color: #3C669B;
}
.AnyTagClassName
{
color: #3C669B;
}
</style>
background-color css
<style>
a { background-color: #3C669B; }
a { background-color: rgb(60,102,155); }
div.DivClassName
{
background-color: #3C669B;
}
.BgClassName
{
background-color: #3C669B;
}
</style>
border-color css
<style>
span { border-color: #3C669B; }
span { border-color: rgb(60,102,155); }
td.TdClassName
{
border-color: #3C669B;
}
.TagClassName
{
border-color: #3C669B;
}
</style>