Shades of Mariner #365BAE
Tints of Mariner #365BAE
RGB
CMYK
RGB Variations
Color information
#365BAE (or 0x365BAE) is known color: Mariner. HEX triplet: 36, 5B and AE. RGB value is (54,91,174). Sum of RGB (Red+Green+Blue) = 54+91+174=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #365BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365BAE is #C9A451. Grayscale: #595959. Windows color (decimal): -13214802 or 11426614. OLE color: 11426614.
HSL color Cylindrical-coordinate representation of color #365BAE: hue angle of 221.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365BAE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 91 | 174 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.32 |
| HSL | 221.5º | 0.53% | 0.45% | - |
| HSV(B) | 221.5º | 0.69% | 0.68% | - |
| XYZ | 12.9 | 11.32 | 41.55 | - |
| YUV | 89.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 91 | 174 | 0.69 | 0.48 | 0 | 0.32 | 221.5 | 0.53 | 0.45 |
| Hex | 36 | 5B | AE | 45 | 30 | 0 | 20 | DE | 35 | 2D |
| Octal | 66 | 133 | 256 | 105 | 60 | 0 | 40 | 336 | 65 | 55 |
| Binary | 110110 | 1011011 | 10101110 | 1000101 | 110000 | 0 | 100000 | 11011110 | 110101 | 101101 |
Color Harmonies of #365BAE
Complementary color
Monochromatic Colors of #365BAE
Black with #365BAE
Text Example
Text Example
White with #365BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365BAE; }
p { color: rgb(54,91,174); }
H1.HeaderClassName
{
color: #365BAE;
}
.AnyTagClassName
{
color: #365BAE;
}
</style>
background-color css
<style>
a { background-color: #365BAE; }
a { background-color: rgb(54,91,174); }
div.DivClassName
{
background-color: #365BAE;
}
.BgClassName
{
background-color: #365BAE;
}
</style>
border-color css
<style>
span { border-color: #365BAE; }
span { border-color: rgb(54,91,174); }
td.TdClassName
{
border-color: #365BAE;
}
.TagClassName
{
border-color: #365BAE;
}
</style>