Shades of Mariner #395BA8
Tints of Mariner #395BA8
RGB
CMYK
RGB Variations
Color information
#395BA8 (or 0x395BA8) is known color: Mariner. HEX triplet: 39, 5B and A8. RGB value is (57,91,168). Sum of RGB (Red+Green+Blue) = 57+91+168=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #395BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395BA8 is #C6A457. Grayscale: #595959. Windows color (decimal): -13018200 or 11033401. OLE color: 11033401.
HSL color Cylindrical-coordinate representation of color #395BA8: hue angle of 221.62º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #395BA8 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 91 | 168 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.34 |
| HSL | 221.62º | 0.49% | 0.44% | - |
| HSV(B) | 221.62º | 0.66% | 0.66% | - |
| XYZ | 12.5 | 11.18 | 38.54 | - |
| YUV | 89.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 168 | 0.66 | 0.46 | 0 | 0.34 | 221.62 | 0.49 | 0.44 |
| Hex | 39 | 5B | A8 | 42 | 2E | 0 | 22 | DE | 31 | 2C |
| Octal | 71 | 133 | 250 | 102 | 56 | 0 | 42 | 336 | 61 | 54 |
| Binary | 111001 | 1011011 | 10101000 | 1000010 | 101110 | 0 | 100010 | 11011110 | 110001 | 101100 |
Color Harmonies of #395BA8
Complementary color
Monochromatic Colors of #395BA8
Black with #395BA8
Text Example
Text Example
White with #395BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BA8; }
p { color: rgb(57,91,168); }
H1.HeaderClassName
{
color: #395BA8;
}
.AnyTagClassName
{
color: #395BA8;
}
</style>
background-color css
<style>
a { background-color: #395BA8; }
a { background-color: rgb(57,91,168); }
div.DivClassName
{
background-color: #395BA8;
}
.BgClassName
{
background-color: #395BA8;
}
</style>
border-color css
<style>
span { border-color: #395BA8; }
span { border-color: rgb(57,91,168); }
td.TdClassName
{
border-color: #395BA8;
}
.TagClassName
{
border-color: #395BA8;
}
</style>