Shades of Mariner #3665B5
Tints of Mariner #3665B5
RGB
CMYK
RGB Variations
Color information
#3665B5 (or 0x3665B5) is known color: Mariner. HEX triplet: 36, 65 and B5. RGB value is (54,101,181). Sum of RGB (Red+Green+Blue) = 54+101+181=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 181 (71.09% from 255 or 53.87% from 336); Max value from RGB is 181 - color contains mainly: blue. Hex color #3665B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665B5 is #C99A4A. Grayscale: #5F5F5F. Windows color (decimal): -13212235 or 11887926. OLE color: 11887926.
HSL color Cylindrical-coordinate representation of color #3665B5: hue angle of 217.8º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3665B5 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 101 | 181 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.29 |
| HSL | 217.8º | 0.54% | 0.46% | - |
| HSV(B) | 217.8º | 0.7% | 0.71% | - |
| XYZ | 14.52 | 13.43 | 45.54 | - |
| YUV | 96.07 | 175.93 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 181 | 0.70 | 0.44 | 0 | 0.29 | 217.8 | 0.54 | 0.46 |
| Hex | 36 | 65 | B5 | 46 | 2C | 0 | 1D | DA | 36 | 2E |
| Octal | 66 | 145 | 265 | 106 | 54 | 0 | 35 | 332 | 66 | 56 |
| Binary | 110110 | 1100101 | 10110101 | 1000110 | 101100 | 0 | 11101 | 11011010 | 110110 | 101110 |
Color Harmonies of #3665B5
Complementary color
Monochromatic Colors of #3665B5
Black with #3665B5
Text Example
Text Example
White with #3665B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665B5; }
p { color: rgb(54,101,181); }
H1.HeaderClassName
{
color: #3665B5;
}
.AnyTagClassName
{
color: #3665B5;
}
</style>
background-color css
<style>
a { background-color: #3665B5; }
a { background-color: rgb(54,101,181); }
div.DivClassName
{
background-color: #3665B5;
}
.BgClassName
{
background-color: #3665B5;
}
</style>
border-color css
<style>
span { border-color: #3665B5; }
span { border-color: rgb(54,101,181); }
td.TdClassName
{
border-color: #3665B5;
}
.TagClassName
{
border-color: #3665B5;
}
</style>