Shades of Mariner #365FAB
Tints of Mariner #365FAB
RGB
CMYK
RGB Variations
Color information
#365FAB (or 0x365FAB) is known color: Mariner. HEX triplet: 36, 5F and AB. RGB value is (54,95,171). Sum of RGB (Red+Green+Blue) = 54+95+171=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #365FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365FAB is #C9A054. Grayscale: #5B5B5B. Windows color (decimal): -13213781 or 11231030. OLE color: 11231030.
HSL color Cylindrical-coordinate representation of color #365FAB: hue angle of 218.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #365FAB is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 95 | 171 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.33 |
| HSL | 218.97º | 0.52% | 0.44% | - |
| HSV(B) | 218.97º | 0.68% | 0.67% | - |
| XYZ | 12.96 | 11.91 | 40.14 | - |
| YUV | 91.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 95 | 171 | 0.68 | 0.44 | 0 | 0.33 | 218.97 | 0.52 | 0.44 |
| Hex | 36 | 5F | AB | 44 | 2C | 0 | 21 | DB | 34 | 2C |
| Octal | 66 | 137 | 253 | 104 | 54 | 0 | 41 | 333 | 64 | 54 |
| Binary | 110110 | 1011111 | 10101011 | 1000100 | 101100 | 0 | 100001 | 11011011 | 110100 | 101100 |
Color Harmonies of #365FAB
Complementary color
Monochromatic Colors of #365FAB
Black with #365FAB
Text Example
Text Example
White with #365FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365FAB; }
p { color: rgb(54,95,171); }
H1.HeaderClassName
{
color: #365FAB;
}
.AnyTagClassName
{
color: #365FAB;
}
</style>
background-color css
<style>
a { background-color: #365FAB; }
a { background-color: rgb(54,95,171); }
div.DivClassName
{
background-color: #365FAB;
}
.BgClassName
{
background-color: #365FAB;
}
</style>
border-color css
<style>
span { border-color: #365FAB; }
span { border-color: rgb(54,95,171); }
td.TdClassName
{
border-color: #365FAB;
}
.TagClassName
{
border-color: #365FAB;
}
</style>