Shades of Mariner #395BAE
Tints of Mariner #395BAE
RGB
CMYK
RGB Variations
Color information
#395BAE (or 0x395BAE) is known color: Mariner. HEX triplet: 39, 5B and AE. RGB value is (57,91,174). Sum of RGB (Red+Green+Blue) = 57+91+174=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #395BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395BAE is #C6A451. Grayscale: #595959. Windows color (decimal): -13018194 or 11426617. OLE color: 11426617.
HSL color Cylindrical-coordinate representation of color #395BAE: hue angle of 222.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #395BAE is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 91 | 174 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.32 |
| HSL | 222.56º | 0.51% | 0.45% | - |
| HSV(B) | 222.56º | 0.67% | 0.68% | - |
| XYZ | 13.07 | 11.41 | 41.56 | - |
| YUV | 90.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 91 | 174 | 0.67 | 0.48 | 0 | 0.32 | 222.56 | 0.51 | 0.45 |
| Hex | 39 | 5B | AE | 43 | 30 | 0 | 20 | DF | 33 | 2D |
| Octal | 71 | 133 | 256 | 103 | 60 | 0 | 40 | 337 | 63 | 55 |
| Binary | 111001 | 1011011 | 10101110 | 1000011 | 110000 | 0 | 100000 | 11011111 | 110011 | 101101 |
Color Harmonies of #395BAE
Complementary color
Monochromatic Colors of #395BAE
Black with #395BAE
Text Example
Text Example
White with #395BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395BAE; }
p { color: rgb(57,91,174); }
H1.HeaderClassName
{
color: #395BAE;
}
.AnyTagClassName
{
color: #395BAE;
}
</style>
background-color css
<style>
a { background-color: #395BAE; }
a { background-color: rgb(57,91,174); }
div.DivClassName
{
background-color: #395BAE;
}
.BgClassName
{
background-color: #395BAE;
}
</style>
border-color css
<style>
span { border-color: #395BAE; }
span { border-color: rgb(57,91,174); }
td.TdClassName
{
border-color: #395BAE;
}
.TagClassName
{
border-color: #395BAE;
}
</style>