Shades of Mariner #3662B1
Tints of Mariner #3662B1
RGB
CMYK
RGB Variations
Color information
#3662B1 (or 0x3662B1) is known color: Mariner. HEX triplet: 36, 62 and B1. RGB value is (54,98,177). Sum of RGB (Red+Green+Blue) = 54+98+177=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #3662B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3662B1 is #C99D4E. Grayscale: #5D5D5D. Windows color (decimal): -13213007 or 11625014. OLE color: 11625014.
HSL color Cylindrical-coordinate representation of color #3662B1: hue angle of 218.54º 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 #3662B1 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 98 | 177 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.31 |
| HSL | 218.54º | 0.53% | 0.45% | - |
| HSV(B) | 218.54º | 0.69% | 0.69% | - |
| XYZ | 13.82 | 12.69 | 43.32 | - |
| YUV | 93.85 | 174.92 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 98 | 177 | 0.69 | 0.45 | 0 | 0.31 | 218.54 | 0.53 | 0.45 |
| Hex | 36 | 62 | B1 | 45 | 2D | 0 | 1F | DB | 35 | 2D |
| Octal | 66 | 142 | 261 | 105 | 55 | 0 | 37 | 333 | 65 | 55 |
| Binary | 110110 | 1100010 | 10110001 | 1000101 | 101101 | 0 | 11111 | 11011011 | 110101 | 101101 |
Color Harmonies of #3662B1
Complementary color
Monochromatic Colors of #3662B1
Black with #3662B1
Text Example
Text Example
White with #3662B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3662B1; }
p { color: rgb(54,98,177); }
H1.HeaderClassName
{
color: #3662B1;
}
.AnyTagClassName
{
color: #3662B1;
}
</style>
background-color css
<style>
a { background-color: #3662B1; }
a { background-color: rgb(54,98,177); }
div.DivClassName
{
background-color: #3662B1;
}
.BgClassName
{
background-color: #3662B1;
}
</style>
border-color css
<style>
span { border-color: #3662B1; }
span { border-color: rgb(54,98,177); }
td.TdClassName
{
border-color: #3662B1;
}
.TagClassName
{
border-color: #3662B1;
}
</style>