Shades of Mariner #3658A4
Tints of Mariner #3658A4
RGB
CMYK
RGB Variations
Color information
#3658A4 (or 0x3658A4) is known color: Mariner. HEX triplet: 36, 58 and A4. RGB value is (54,88,164). Sum of RGB (Red+Green+Blue) = 54+88+164=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #3658A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3658A4 is #C9A75B. Grayscale: #565656. Windows color (decimal): -13215580 or 10770486. OLE color: 10770486.
HSL color Cylindrical-coordinate representation of color #3658A4: hue angle of 221.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3658A4 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 88 | 164 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.36 |
| HSL | 221.45º | 0.5% | 0.43% | - |
| HSV(B) | 221.45º | 0.67% | 0.64% | - |
| XYZ | 11.71 | 10.44 | 36.52 | - |
| YUV | 86.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 164 | 0.67 | 0.46 | 0 | 0.36 | 221.45 | 0.5 | 0.43 |
| Hex | 36 | 58 | A4 | 43 | 2E | 0 | 24 | DD | 32 | 2B |
| Octal | 66 | 130 | 244 | 103 | 56 | 0 | 44 | 335 | 62 | 53 |
| Binary | 110110 | 1011000 | 10100100 | 1000011 | 101110 | 0 | 100100 | 11011101 | 110010 | 101011 |
Color Harmonies of #3658A4
Complementary color
Monochromatic Colors of #3658A4
Black with #3658A4
Text Example
Text Example
White with #3658A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3658A4; }
p { color: rgb(54,88,164); }
H1.HeaderClassName
{
color: #3658A4;
}
.AnyTagClassName
{
color: #3658A4;
}
</style>
background-color css
<style>
a { background-color: #3658A4; }
a { background-color: rgb(54,88,164); }
div.DivClassName
{
background-color: #3658A4;
}
.BgClassName
{
background-color: #3658A4;
}
</style>
border-color css
<style>
span { border-color: #3658A4; }
span { border-color: rgb(54,88,164); }
td.TdClassName
{
border-color: #3658A4;
}
.TagClassName
{
border-color: #3658A4;
}
</style>