Shades of Mariner #365FAC
Tints of Mariner #365FAC
RGB
CMYK
RGB Variations
Color information
#365FAC (or 0x365FAC) is known color: Mariner. HEX triplet: 36, 5F and AC. RGB value is (54,95,172). Sum of RGB (Red+Green+Blue) = 54+95+172=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #365FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365FAC is #C9A053. Grayscale: #5B5B5B. Windows color (decimal): -13213780 or 11296566. OLE color: 11296566.
HSL color Cylindrical-coordinate representation of color #365FAC: hue angle of 219.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #365FAC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 95 | 172 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.33 |
| HSL | 219.15º | 0.52% | 0.44% | - |
| HSV(B) | 219.15º | 0.69% | 0.67% | - |
| XYZ | 13.06 | 11.95 | 40.65 | - |
| YUV | 91.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 172 | 0.69 | 0.45 | 0 | 0.33 | 219.15 | 0.52 | 0.44 |
| Hex | 36 | 5F | AC | 45 | 2D | 0 | 21 | DB | 34 | 2C |
| Octal | 66 | 137 | 254 | 105 | 55 | 0 | 41 | 333 | 64 | 54 |
| Binary | 110110 | 1011111 | 10101100 | 1000101 | 101101 | 0 | 100001 | 11011011 | 110100 | 101100 |
Color Harmonies of #365FAC
Complementary color
Monochromatic Colors of #365FAC
Black with #365FAC
Text Example
Text Example
White with #365FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365FAC; }
p { color: rgb(54,95,172); }
H1.HeaderClassName
{
color: #365FAC;
}
.AnyTagClassName
{
color: #365FAC;
}
</style>
background-color css
<style>
a { background-color: #365FAC; }
a { background-color: rgb(54,95,172); }
div.DivClassName
{
background-color: #365FAC;
}
.BgClassName
{
background-color: #365FAC;
}
</style>
border-color css
<style>
span { border-color: #365FAC; }
span { border-color: rgb(54,95,172); }
td.TdClassName
{
border-color: #365FAC;
}
.TagClassName
{
border-color: #365FAC;
}
</style>