Shades of Mariner #365AAA
Tints of Mariner #365AAA
RGB
CMYK
RGB Variations
Color information
#365AAA (or 0x365AAA) is known color: Mariner. HEX triplet: 36, 5A and AA. RGB value is (54,90,170). Sum of RGB (Red+Green+Blue) = 54+90+170=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #365AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365AAA is #C9A555. Grayscale: #585858. Windows color (decimal): -13215062 or 11164214. OLE color: 11164214.
HSL color Cylindrical-coordinate representation of color #365AAA: hue angle of 221.38º 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 #365AAA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 90 | 170 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.33 |
| HSL | 221.38º | 0.52% | 0.44% | - |
| HSV(B) | 221.38º | 0.68% | 0.67% | - |
| XYZ | 12.43 | 11 | 39.5 | - |
| YUV | 88.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 90 | 170 | 0.68 | 0.47 | 0 | 0.33 | 221.38 | 0.52 | 0.44 |
| Hex | 36 | 5A | AA | 44 | 2F | 0 | 21 | DD | 34 | 2C |
| Octal | 66 | 132 | 252 | 104 | 57 | 0 | 41 | 335 | 64 | 54 |
| Binary | 110110 | 1011010 | 10101010 | 1000100 | 101111 | 0 | 100001 | 11011101 | 110100 | 101100 |
Color Harmonies of #365AAA
Complementary color
Monochromatic Colors of #365AAA
Black with #365AAA
Text Example
Text Example
White with #365AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365AAA; }
p { color: rgb(54,90,170); }
H1.HeaderClassName
{
color: #365AAA;
}
.AnyTagClassName
{
color: #365AAA;
}
</style>
background-color css
<style>
a { background-color: #365AAA; }
a { background-color: rgb(54,90,170); }
div.DivClassName
{
background-color: #365AAA;
}
.BgClassName
{
background-color: #365AAA;
}
</style>
border-color css
<style>
span { border-color: #365AAA; }
span { border-color: rgb(54,90,170); }
td.TdClassName
{
border-color: #365AAA;
}
.TagClassName
{
border-color: #365AAA;
}
</style>