Shades of Mariner #365CA1
Tints of Mariner #365CA1
RGB
CMYK
RGB Variations
Color information
#365CA1 (or 0x365CA1) is known color: Mariner. HEX triplet: 36, 5C and A1. RGB value is (54,92,161). Sum of RGB (Red+Green+Blue) = 54+92+161=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #365CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365CA1 is #C9A35E. Grayscale: #585858. Windows color (decimal): -13214559 or 10574902. OLE color: 10574902.
HSL color Cylindrical-coordinate representation of color #365CA1: hue angle of 218.69º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #365CA1 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 92 | 161 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.37 |
| HSL | 218.69º | 0.5% | 0.42% | - |
| HSV(B) | 218.69º | 0.66% | 0.63% | - |
| XYZ | 11.78 | 11.01 | 35.22 | - |
| YUV | 88.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 92 | 161 | 0.66 | 0.43 | 0 | 0.37 | 218.69 | 0.5 | 0.42 |
| Hex | 36 | 5C | A1 | 42 | 2B | 0 | 25 | DB | 32 | 2A |
| Octal | 66 | 134 | 241 | 102 | 53 | 0 | 45 | 333 | 62 | 52 |
| Binary | 110110 | 1011100 | 10100001 | 1000010 | 101011 | 0 | 100101 | 11011011 | 110010 | 101010 |
Color Harmonies of #365CA1
Complementary color
Monochromatic Colors of #365CA1
Black with #365CA1
Text Example
Text Example
White with #365CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365CA1; }
p { color: rgb(54,92,161); }
H1.HeaderClassName
{
color: #365CA1;
}
.AnyTagClassName
{
color: #365CA1;
}
</style>
background-color css
<style>
a { background-color: #365CA1; }
a { background-color: rgb(54,92,161); }
div.DivClassName
{
background-color: #365CA1;
}
.BgClassName
{
background-color: #365CA1;
}
</style>
border-color css
<style>
span { border-color: #365CA1; }
span { border-color: rgb(54,92,161); }
td.TdClassName
{
border-color: #365CA1;
}
.TagClassName
{
border-color: #365CA1;
}
</style>