Shades of Mariner #3665A8
Tints of Mariner #3665A8
RGB
CMYK
RGB Variations
Color information
#3665A8 (or 0x3665A8) is known color: Mariner. HEX triplet: 36, 65 and A8. RGB value is (54,101,168). Sum of RGB (Red+Green+Blue) = 54+101+168=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 168 (66.02% from 255 or 52.01% from 323); Max value from RGB is 168 - color contains mainly: blue. Hex color #3665A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3665A8 is #C99A57. Grayscale: #5E5E5E. Windows color (decimal): -13212248 or 11035958. OLE color: 11035958.
HSL color Cylindrical-coordinate representation of color #3665A8: hue angle of 215.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3665A8 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 101 | 168 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.34 |
| HSL | 215.26º | 0.51% | 0.44% | - |
| HSV(B) | 215.26º | 0.68% | 0.66% | - |
| XYZ | 13.24 | 12.92 | 38.84 | - |
| YUV | 94.59 | 169.43 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 101 | 168 | 0.68 | 0.40 | 0 | 0.34 | 215.26 | 0.51 | 0.44 |
| Hex | 36 | 65 | A8 | 44 | 28 | 0 | 22 | D7 | 33 | 2C |
| Octal | 66 | 145 | 250 | 104 | 50 | 0 | 42 | 327 | 63 | 54 |
| Binary | 110110 | 1100101 | 10101000 | 1000100 | 101000 | 0 | 100010 | 11010111 | 110011 | 101100 |
Color Harmonies of #3665A8
Complementary color
Monochromatic Colors of #3665A8
Black with #3665A8
Text Example
Text Example
White with #3665A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3665A8; }
p { color: rgb(54,101,168); }
H1.HeaderClassName
{
color: #3665A8;
}
.AnyTagClassName
{
color: #3665A8;
}
</style>
background-color css
<style>
a { background-color: #3665A8; }
a { background-color: rgb(54,101,168); }
div.DivClassName
{
background-color: #3665A8;
}
.BgClassName
{
background-color: #3665A8;
}
</style>
border-color css
<style>
span { border-color: #3665A8; }
span { border-color: rgb(54,101,168); }
td.TdClassName
{
border-color: #3665A8;
}
.TagClassName
{
border-color: #3665A8;
}
</style>