Shades of Mariner #3A4FA4
Tints of Mariner #3A4FA4
RGB
CMYK
RGB Variations
Color information
#3A4FA4 (or 0x3A4FA4) is known color: Mariner. HEX triplet: 3A, 4F and A4. RGB value is (58,79,164). Sum of RGB (Red+Green+Blue) = 58+79+164=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A4FA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A4FA4 is #C5B05B. Grayscale: #525252. Windows color (decimal): -12955740 or 10768186. OLE color: 10768186.
HSL color Cylindrical-coordinate representation of color #3A4FA4: hue angle of 228.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A4FA4 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 79 | 164 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.36 |
| HSL | 228.11º | 0.48% | 0.44% | - |
| HSV(B) | 228.11º | 0.65% | 0.64% | - |
| XYZ | 11.24 | 9.17 | 36.3 | - |
| YUV | 82.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 164 | 0.65 | 0.52 | 0 | 0.36 | 228.11 | 0.48 | 0.44 |
| Hex | 3A | 4F | A4 | 41 | 34 | 0 | 24 | E4 | 30 | 2C |
| Octal | 72 | 117 | 244 | 101 | 64 | 0 | 44 | 344 | 60 | 54 |
| Binary | 111010 | 1001111 | 10100100 | 1000001 | 110100 | 0 | 100100 | 11100100 | 110000 | 101100 |
Color Harmonies of #3A4FA4
Complementary color
Monochromatic Colors of #3A4FA4
Black with #3A4FA4
Text Example
Text Example
White with #3A4FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4FA4; }
p { color: rgb(58,79,164); }
H1.HeaderClassName
{
color: #3A4FA4;
}
.AnyTagClassName
{
color: #3A4FA4;
}
</style>
background-color css
<style>
a { background-color: #3A4FA4; }
a { background-color: rgb(58,79,164); }
div.DivClassName
{
background-color: #3A4FA4;
}
.BgClassName
{
background-color: #3A4FA4;
}
</style>
border-color css
<style>
span { border-color: #3A4FA4; }
span { border-color: rgb(58,79,164); }
td.TdClassName
{
border-color: #3A4FA4;
}
.TagClassName
{
border-color: #3A4FA4;
}
</style>