Shades of Mariner #3255A7
Tints of Mariner #3255A7
RGB
CMYK
RGB Variations
Color information
#3255A7 (or 0x3255A7) is known color: Mariner. HEX triplet: 32, 55 and A7. RGB value is (50,85,167). Sum of RGB (Red+Green+Blue) = 50+85+167=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #3255A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3255A7 is #CDAA58. Grayscale: #535353. Windows color (decimal): -13478489 or 10966322. OLE color: 10966322.
HSL color Cylindrical-coordinate representation of color #3255A7: hue angle of 222.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3255A7 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 85 | 167 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.35 |
| HSL | 222.05º | 0.54% | 0.43% | - |
| HSV(B) | 222.05º | 0.7% | 0.65% | - |
| XYZ | 11.54 | 9.97 | 37.87 | - |
| YUV | 83.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 167 | 0.70 | 0.49 | 0 | 0.35 | 222.05 | 0.54 | 0.43 |
| Hex | 32 | 55 | A7 | 46 | 31 | 0 | 23 | DE | 36 | 2B |
| Octal | 62 | 125 | 247 | 106 | 61 | 0 | 43 | 336 | 66 | 53 |
| Binary | 110010 | 1010101 | 10100111 | 1000110 | 110001 | 0 | 100011 | 11011110 | 110110 | 101011 |
Color Harmonies of #3255A7
Complementary color
Monochromatic Colors of #3255A7
Black with #3255A7
Text Example
Text Example
White with #3255A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3255A7; }
p { color: rgb(50,85,167); }
H1.HeaderClassName
{
color: #3255A7;
}
.AnyTagClassName
{
color: #3255A7;
}
</style>
background-color css
<style>
a { background-color: #3255A7; }
a { background-color: rgb(50,85,167); }
div.DivClassName
{
background-color: #3255A7;
}
.BgClassName
{
background-color: #3255A7;
}
</style>
border-color css
<style>
span { border-color: #3255A7; }
span { border-color: rgb(50,85,167); }
td.TdClassName
{
border-color: #3255A7;
}
.TagClassName
{
border-color: #3255A7;
}
</style>