Shades of Mariner #355F9A
Tints of Mariner #355F9A
RGB
CMYK
RGB Variations
Color information
#355F9A (or 0x355F9A) is known color: Mariner. HEX triplet: 35, 5F and 9A. RGB value is (53,95,154). Sum of RGB (Red+Green+Blue) = 53+95+154=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #355F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F9A is #CAA065. Grayscale: #585858. Windows color (decimal): -13279334 or 10116917. OLE color: 10116917.
HSL color Cylindrical-coordinate representation of color #355F9A: hue angle of 215.05º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #355F9A is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 95 | 154 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.40 |
| HSL | 215.05º | 0.49% | 0.41% | - |
| HSV(B) | 215.05º | 0.66% | 0.6% | - |
| XYZ | 11.39 | 11.27 | 32.15 | - |
| YUV | 89.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 95 | 154 | 0.66 | 0.38 | 0 | 0.40 | 215.05 | 0.49 | 0.41 |
| Hex | 35 | 5F | 9A | 42 | 26 | 0 | 28 | D7 | 31 | 29 |
| Octal | 65 | 137 | 232 | 102 | 46 | 0 | 50 | 327 | 61 | 51 |
| Binary | 110101 | 1011111 | 10011010 | 1000010 | 100110 | 0 | 101000 | 11010111 | 110001 | 101001 |
Color Harmonies of #355F9A
Complementary color
Monochromatic Colors of #355F9A
Black with #355F9A
Text Example
Text Example
White with #355F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355F9A; }
p { color: rgb(53,95,154); }
H1.HeaderClassName
{
color: #355F9A;
}
.AnyTagClassName
{
color: #355F9A;
}
</style>
background-color css
<style>
a { background-color: #355F9A; }
a { background-color: rgb(53,95,154); }
div.DivClassName
{
background-color: #355F9A;
}
.BgClassName
{
background-color: #355F9A;
}
</style>
border-color css
<style>
span { border-color: #355F9A; }
span { border-color: rgb(53,95,154); }
td.TdClassName
{
border-color: #355F9A;
}
.TagClassName
{
border-color: #355F9A;
}
</style>