Shades of Mariner #3A67AA
Tints of Mariner #3A67AA
RGB
CMYK
RGB Variations
Color information
#3A67AA (or 0x3A67AA) is known color: Mariner. HEX triplet: 3A, 67 and AA. RGB value is (58,103,170). Sum of RGB (Red+Green+Blue) = 58+103+170=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A67AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A67AA is #C59855. Grayscale: #606060. Windows color (decimal): -12949590 or 11167546. OLE color: 11167546.
HSL color Cylindrical-coordinate representation of color #3A67AA: hue angle of 215.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A67AA is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 103 | 170 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.33 |
| HSL | 215.89º | 0.49% | 0.45% | - |
| HSV(B) | 215.89º | 0.66% | 0.67% | - |
| XYZ | 13.85 | 13.5 | 39.91 | - |
| YUV | 97.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 170 | 0.66 | 0.39 | 0 | 0.33 | 215.89 | 0.49 | 0.45 |
| Hex | 3A | 67 | AA | 42 | 27 | 0 | 21 | D8 | 31 | 2D |
| Octal | 72 | 147 | 252 | 102 | 47 | 0 | 41 | 330 | 61 | 55 |
| Binary | 111010 | 1100111 | 10101010 | 1000010 | 100111 | 0 | 100001 | 11011000 | 110001 | 101101 |
Color Harmonies of #3A67AA
Complementary color
Monochromatic Colors of #3A67AA
Black with #3A67AA
Text Example
Text Example
White with #3A67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A67AA; }
p { color: rgb(58,103,170); }
H1.HeaderClassName
{
color: #3A67AA;
}
.AnyTagClassName
{
color: #3A67AA;
}
</style>
background-color css
<style>
a { background-color: #3A67AA; }
a { background-color: rgb(58,103,170); }
div.DivClassName
{
background-color: #3A67AA;
}
.BgClassName
{
background-color: #3A67AA;
}
</style>
border-color css
<style>
span { border-color: #3A67AA; }
span { border-color: rgb(58,103,170); }
td.TdClassName
{
border-color: #3A67AA;
}
.TagClassName
{
border-color: #3A67AA;
}
</style>