Shades of Mariner #355DA4
Tints of Mariner #355DA4
RGB
CMYK
RGB Variations
Color information
#355DA4 (or 0x355DA4) is known color: Mariner. HEX triplet: 35, 5D and A4. RGB value is (53,93,164). Sum of RGB (Red+Green+Blue) = 53+93+164=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #355DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA4 is #CAA25B. Grayscale: #585858. Windows color (decimal): -13279836 or 10771765. OLE color: 10771765.
HSL color Cylindrical-coordinate representation of color #355DA4: hue angle of 218.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #355DA4 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 53 | 93 | 164 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.36 |
| HSL | 218.38º | 0.51% | 0.43% | - |
| HSV(B) | 218.38º | 0.68% | 0.64% | - |
| XYZ | 12.08 | 11.27 | 36.66 | - |
| YUV | 89.13 | 170.25 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 164 | 0.68 | 0.43 | 0 | 0.36 | 218.38 | 0.51 | 0.43 |
| Hex | 35 | 5D | A4 | 44 | 2B | 0 | 24 | DA | 33 | 2B |
| Octal | 65 | 135 | 244 | 104 | 53 | 0 | 44 | 332 | 63 | 53 |
| Binary | 110101 | 1011101 | 10100100 | 1000100 | 101011 | 0 | 100100 | 11011010 | 110011 | 101011 |
Color Harmonies of #355DA4
Complementary color
Monochromatic Colors of #355DA4
Black with #355DA4
Text Example
Text Example
White with #355DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355DA4; }
p { color: rgb(53,93,164); }
H1.HeaderClassName
{
color: #355DA4;
}
.AnyTagClassName
{
color: #355DA4;
}
</style>
background-color css
<style>
a { background-color: #355DA4; }
a { background-color: rgb(53,93,164); }
div.DivClassName
{
background-color: #355DA4;
}
.BgClassName
{
background-color: #355DA4;
}
</style>
border-color css
<style>
span { border-color: #355DA4; }
span { border-color: rgb(53,93,164); }
td.TdClassName
{
border-color: #355DA4;
}
.TagClassName
{
border-color: #355DA4;
}
</style>