Shades of Mariner #3A649D
Tints of Mariner #3A649D
RGB
CMYK
RGB Variations
Color information
#3A649D (or 0x3A649D) is known color: Mariner. HEX triplet: 3A, 64 and 9D. RGB value is (58,100,157). Sum of RGB (Red+Green+Blue) = 58+100+157=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A649D is #C59B62. Grayscale: #5D5D5D. Windows color (decimal): -12950371 or 10314810. OLE color: 10314810.
HSL color Cylindrical-coordinate representation of color #3A649D: hue angle of 214.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A649D is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 100 | 157 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.38 |
| HSL | 214.55º | 0.46% | 0.42% | - |
| HSV(B) | 214.55º | 0.63% | 0.62% | - |
| XYZ | 12.39 | 12.45 | 33.65 | - |
| YUV | 93.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 157 | 0.63 | 0.36 | 0 | 0.38 | 214.55 | 0.46 | 0.42 |
| Hex | 3A | 64 | 9D | 3F | 24 | 0 | 26 | D7 | 2E | 2A |
| Octal | 72 | 144 | 235 | 77 | 44 | 0 | 46 | 327 | 56 | 52 |
| Binary | 111010 | 1100100 | 10011101 | 111111 | 100100 | 0 | 100110 | 11010111 | 101110 | 101010 |
Color Harmonies of #3A649D
Complementary color
Monochromatic Colors of #3A649D
Black with #3A649D
Text Example
Text Example
White with #3A649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A649D; }
p { color: rgb(58,100,157); }
H1.HeaderClassName
{
color: #3A649D;
}
.AnyTagClassName
{
color: #3A649D;
}
</style>
background-color css
<style>
a { background-color: #3A649D; }
a { background-color: rgb(58,100,157); }
div.DivClassName
{
background-color: #3A649D;
}
.BgClassName
{
background-color: #3A649D;
}
</style>
border-color css
<style>
span { border-color: #3A649D; }
span { border-color: rgb(58,100,157); }
td.TdClassName
{
border-color: #3A649D;
}
.TagClassName
{
border-color: #3A649D;
}
</style>