Shades of Mariner #396AB3
Tints of Mariner #396AB3
RGB
CMYK
RGB Variations
Color information
#396AB3 (or 0x396AB3) is known color: Mariner. HEX triplet: 39, 6A and B3. RGB value is (57,106,179). Sum of RGB (Red+Green+Blue) = 57+106+179=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #396AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396AB3 is #C6954C. Grayscale: #636363. Windows color (decimal): -13014349 or 11758137. OLE color: 11758137.
HSL color Cylindrical-coordinate representation of color #396AB3: hue angle of 215.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #396AB3 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 106 | 179 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.30 |
| HSL | 215.9º | 0.52% | 0.46% | - |
| HSV(B) | 215.9º | 0.68% | 0.7% | - |
| XYZ | 14.98 | 14.43 | 44.64 | - |
| YUV | 99.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 179 | 0.68 | 0.41 | 0 | 0.30 | 215.9 | 0.52 | 0.46 |
| Hex | 39 | 6A | B3 | 44 | 29 | 0 | 1E | D8 | 34 | 2E |
| Octal | 71 | 152 | 263 | 104 | 51 | 0 | 36 | 330 | 64 | 56 |
| Binary | 111001 | 1101010 | 10110011 | 1000100 | 101001 | 0 | 11110 | 11011000 | 110100 | 101110 |
Color Harmonies of #396AB3
Complementary color
Monochromatic Colors of #396AB3
Black with #396AB3
Text Example
Text Example
White with #396AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396AB3; }
p { color: rgb(57,106,179); }
H1.HeaderClassName
{
color: #396AB3;
}
.AnyTagClassName
{
color: #396AB3;
}
</style>
background-color css
<style>
a { background-color: #396AB3; }
a { background-color: rgb(57,106,179); }
div.DivClassName
{
background-color: #396AB3;
}
.BgClassName
{
background-color: #396AB3;
}
</style>
border-color css
<style>
span { border-color: #396AB3; }
span { border-color: rgb(57,106,179); }
td.TdClassName
{
border-color: #396AB3;
}
.TagClassName
{
border-color: #396AB3;
}
</style>