Shades of Mariner #3666B1
Tints of Mariner #3666B1
RGB
CMYK
RGB Variations
Color information
#3666B1 (or 0x3666B1) is known color: Mariner. HEX triplet: 36, 66 and B1. RGB value is (54,102,177). Sum of RGB (Red+Green+Blue) = 54+102+177=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #3666B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3666B1 is #C9994E. Grayscale: #5F5F5F. Windows color (decimal): -13211983 or 11626038. OLE color: 11626038.
HSL color Cylindrical-coordinate representation of color #3666B1: hue angle of 216.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3666B1 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 102 | 177 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.31 |
| HSL | 216.59º | 0.53% | 0.45% | - |
| HSV(B) | 216.59º | 0.69% | 0.69% | - |
| XYZ | 14.21 | 13.46 | 43.44 | - |
| YUV | 96.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 102 | 177 | 0.69 | 0.42 | 0 | 0.31 | 216.59 | 0.53 | 0.45 |
| Hex | 36 | 66 | B1 | 45 | 2A | 0 | 1F | D9 | 35 | 2D |
| Octal | 66 | 146 | 261 | 105 | 52 | 0 | 37 | 331 | 65 | 55 |
| Binary | 110110 | 1100110 | 10110001 | 1000101 | 101010 | 0 | 11111 | 11011001 | 110101 | 101101 |
Color Harmonies of #3666B1
Complementary color
Monochromatic Colors of #3666B1
Black with #3666B1
Text Example
Text Example
White with #3666B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3666B1; }
p { color: rgb(54,102,177); }
H1.HeaderClassName
{
color: #3666B1;
}
.AnyTagClassName
{
color: #3666B1;
}
</style>
background-color css
<style>
a { background-color: #3666B1; }
a { background-color: rgb(54,102,177); }
div.DivClassName
{
background-color: #3666B1;
}
.BgClassName
{
background-color: #3666B1;
}
</style>
border-color css
<style>
span { border-color: #3666B1; }
span { border-color: rgb(54,102,177); }
td.TdClassName
{
border-color: #3666B1;
}
.TagClassName
{
border-color: #3666B1;
}
</style>