Shades of Mariner #3455A3
Tints of Mariner #3455A3
RGB
CMYK
RGB Variations
Color information
#3455A3 (or 0x3455A3) is known color: Mariner. HEX triplet: 34, 55 and A3. RGB value is (52,85,163). Sum of RGB (Red+Green+Blue) = 52+85+163=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 163 (64.06% from 255 or 54.33% from 300); Max value from RGB is 163 - color contains mainly: blue. Hex color #3455A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3455A3 is #CBAA5C. Grayscale: #535353. Windows color (decimal): -13347421 or 10704180. OLE color: 10704180.
HSL color Cylindrical-coordinate representation of color #3455A3: hue angle of 222.16º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3455A3 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 85 | 163 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.36 |
| HSL | 222.16º | 0.52% | 0.42% | - |
| HSV(B) | 222.16º | 0.68% | 0.64% | - |
| XYZ | 11.28 | 9.87 | 35.96 | - |
| YUV | 84.03 | 172.57 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 163 | 0.68 | 0.48 | 0 | 0.36 | 222.16 | 0.52 | 0.42 |
| Hex | 34 | 55 | A3 | 44 | 30 | 0 | 24 | DE | 34 | 2A |
| Octal | 64 | 125 | 243 | 104 | 60 | 0 | 44 | 336 | 64 | 52 |
| Binary | 110100 | 1010101 | 10100011 | 1000100 | 110000 | 0 | 100100 | 11011110 | 110100 | 101010 |
Color Harmonies of #3455A3
Complementary color
Monochromatic Colors of #3455A3
Black with #3455A3
Text Example
Text Example
White with #3455A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3455A3; }
p { color: rgb(52,85,163); }
H1.HeaderClassName
{
color: #3455A3;
}
.AnyTagClassName
{
color: #3455A3;
}
</style>
background-color css
<style>
a { background-color: #3455A3; }
a { background-color: rgb(52,85,163); }
div.DivClassName
{
background-color: #3455A3;
}
.BgClassName
{
background-color: #3455A3;
}
</style>
border-color css
<style>
span { border-color: #3455A3; }
span { border-color: rgb(52,85,163); }
td.TdClassName
{
border-color: #3455A3;
}
.TagClassName
{
border-color: #3455A3;
}
</style>