Shades of Mariner #3655A8
Tints of Mariner #3655A8
RGB
CMYK
RGB Variations
Color information
#3655A8 (or 0x3655A8) is known color: Mariner. HEX triplet: 36, 55 and A8. RGB value is (54,85,168). Sum of RGB (Red+Green+Blue) = 54+85+168=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #3655A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3655A8 is #C9AA57. Grayscale: #545454. Windows color (decimal): -13216344 or 11031862. OLE color: 11031862.
HSL color Cylindrical-coordinate representation of color #3655A8: hue angle of 223.68º 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 #3655A8 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 85 | 168 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.34 |
| HSL | 223.68º | 0.51% | 0.44% | - |
| HSV(B) | 223.68º | 0.68% | 0.66% | - |
| XYZ | 11.84 | 10.11 | 38.37 | - |
| YUV | 85.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 168 | 0.68 | 0.49 | 0 | 0.34 | 223.68 | 0.51 | 0.44 |
| Hex | 36 | 55 | A8 | 44 | 31 | 0 | 22 | E0 | 33 | 2C |
| Octal | 66 | 125 | 250 | 104 | 61 | 0 | 42 | 340 | 63 | 54 |
| Binary | 110110 | 1010101 | 10101000 | 1000100 | 110001 | 0 | 100010 | 11100000 | 110011 | 101100 |
Color Harmonies of #3655A8
Complementary color
Monochromatic Colors of #3655A8
Black with #3655A8
Text Example
Text Example
White with #3655A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3655A8; }
p { color: rgb(54,85,168); }
H1.HeaderClassName
{
color: #3655A8;
}
.AnyTagClassName
{
color: #3655A8;
}
</style>
background-color css
<style>
a { background-color: #3655A8; }
a { background-color: rgb(54,85,168); }
div.DivClassName
{
background-color: #3655A8;
}
.BgClassName
{
background-color: #3655A8;
}
</style>
border-color css
<style>
span { border-color: #3655A8; }
span { border-color: rgb(54,85,168); }
td.TdClassName
{
border-color: #3655A8;
}
.TagClassName
{
border-color: #3655A8;
}
</style>