Shades of Mariner #3A649B
Tints of Mariner #3A649B
RGB
CMYK
RGB Variations
Color information
#3A649B (or 0x3A649B) is known color: Mariner. HEX triplet: 3A, 64 and 9B. RGB value is (58,100,155). Sum of RGB (Red+Green+Blue) = 58+100+155=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A649B is #C59B64. Grayscale: #5D5D5D. Windows color (decimal): -12950373 or 10183738. OLE color: 10183738.
HSL color Cylindrical-coordinate representation of color #3A649B: hue angle of 214.02º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A649B is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 100 | 155 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.39 |
| HSL | 214.02º | 0.46% | 0.42% | - |
| HSV(B) | 214.02º | 0.63% | 0.61% | - |
| XYZ | 12.22 | 12.38 | 32.76 | - |
| YUV | 93.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 155 | 0.63 | 0.35 | 0 | 0.39 | 214.02 | 0.46 | 0.42 |
| Hex | 3A | 64 | 9B | 3F | 23 | 0 | 27 | D6 | 2E | 2A |
| Octal | 72 | 144 | 233 | 77 | 43 | 0 | 47 | 326 | 56 | 52 |
| Binary | 111010 | 1100100 | 10011011 | 111111 | 100011 | 0 | 100111 | 11010110 | 101110 | 101010 |
Color Harmonies of #3A649B
Complementary color
Monochromatic Colors of #3A649B
Black with #3A649B
Text Example
Text Example
White with #3A649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A649B; }
p { color: rgb(58,100,155); }
H1.HeaderClassName
{
color: #3A649B;
}
.AnyTagClassName
{
color: #3A649B;
}
</style>
background-color css
<style>
a { background-color: #3A649B; }
a { background-color: rgb(58,100,155); }
div.DivClassName
{
background-color: #3A649B;
}
.BgClassName
{
background-color: #3A649B;
}
</style>
border-color css
<style>
span { border-color: #3A649B; }
span { border-color: rgb(58,100,155); }
td.TdClassName
{
border-color: #3A649B;
}
.TagClassName
{
border-color: #3A649B;
}
</style>