Shades of Mariner #3A6CB4
Tints of Mariner #3A6CB4
RGB
CMYK
RGB Variations
Color information
#3A6CB4 (or 0x3A6CB4) is known color: Mariner. HEX triplet: 3A, 6C and B4. RGB value is (58,108,180). Sum of RGB (Red+Green+Blue) = 58+108+180=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A6CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CB4 is #C5934B. Grayscale: #646464. Windows color (decimal): -12948300 or 11824186. OLE color: 11824186.
HSL color Cylindrical-coordinate representation of color #3A6CB4: hue angle of 215.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A6CB4 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 108 | 180 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.29 |
| HSL | 215.41º | 0.51% | 0.47% | - |
| HSV(B) | 215.41º | 0.68% | 0.71% | - |
| XYZ | 15.35 | 14.92 | 45.25 | - |
| YUV | 101.26 | 172.44 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 180 | 0.68 | 0.40 | 0 | 0.29 | 215.41 | 0.51 | 0.47 |
| Hex | 3A | 6C | B4 | 44 | 28 | 0 | 1D | D7 | 33 | 2F |
| Octal | 72 | 154 | 264 | 104 | 50 | 0 | 35 | 327 | 63 | 57 |
| Binary | 111010 | 1101100 | 10110100 | 1000100 | 101000 | 0 | 11101 | 11010111 | 110011 | 101111 |
Color Harmonies of #3A6CB4
Complementary color
Monochromatic Colors of #3A6CB4
Black with #3A6CB4
Text Example
Text Example
White with #3A6CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6CB4; }
p { color: rgb(58,108,180); }
H1.HeaderClassName
{
color: #3A6CB4;
}
.AnyTagClassName
{
color: #3A6CB4;
}
</style>
background-color css
<style>
a { background-color: #3A6CB4; }
a { background-color: rgb(58,108,180); }
div.DivClassName
{
background-color: #3A6CB4;
}
.BgClassName
{
background-color: #3A6CB4;
}
</style>
border-color css
<style>
span { border-color: #3A6CB4; }
span { border-color: rgb(58,108,180); }
td.TdClassName
{
border-color: #3A6CB4;
}
.TagClassName
{
border-color: #3A6CB4;
}
</style>