Shades of Mariner #365A9F
Tints of Mariner #365A9F
RGB
CMYK
RGB Variations
Color information
#365A9F (or 0x365A9F) is known color: Mariner. HEX triplet: 36, 5A and 9F. RGB value is (54,90,159). Sum of RGB (Red+Green+Blue) = 54+90+159=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #365A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365A9F is #C9A560. Grayscale: #565656. Windows color (decimal): -13215073 or 10443318. OLE color: 10443318.
HSL color Cylindrical-coordinate representation of color #365A9F: hue angle of 219.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365A9F is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 90 | 159 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.38 |
| HSL | 219.43º | 0.49% | 0.42% | - |
| HSV(B) | 219.43º | 0.66% | 0.62% | - |
| XYZ | 11.44 | 10.6 | 34.24 | - |
| YUV | 87.1 | 168.57 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 159 | 0.66 | 0.43 | 0 | 0.38 | 219.43 | 0.49 | 0.42 |
| Hex | 36 | 5A | 9F | 42 | 2B | 0 | 26 | DB | 31 | 2A |
| Octal | 66 | 132 | 237 | 102 | 53 | 0 | 46 | 333 | 61 | 52 |
| Binary | 110110 | 1011010 | 10011111 | 1000010 | 101011 | 0 | 100110 | 11011011 | 110001 | 101010 |
Color Harmonies of #365A9F
Complementary color
Monochromatic Colors of #365A9F
Black with #365A9F
Text Example
Text Example
White with #365A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365A9F; }
p { color: rgb(54,90,159); }
H1.HeaderClassName
{
color: #365A9F;
}
.AnyTagClassName
{
color: #365A9F;
}
</style>
background-color css
<style>
a { background-color: #365A9F; }
a { background-color: rgb(54,90,159); }
div.DivClassName
{
background-color: #365A9F;
}
.BgClassName
{
background-color: #365A9F;
}
</style>
border-color css
<style>
span { border-color: #365A9F; }
span { border-color: rgb(54,90,159); }
td.TdClassName
{
border-color: #365A9F;
}
.TagClassName
{
border-color: #365A9F;
}
</style>