Shades of Mariner #335CA3
Tints of Mariner #335CA3
RGB
CMYK
RGB Variations
Color information
#335CA3 (or 0x335CA3) is known color: Mariner. HEX triplet: 33, 5C and A3. RGB value is (51,92,163). Sum of RGB (Red+Green+Blue) = 51+92+163=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #335CA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CA3 is #CCA35C. Grayscale: #575757. Windows color (decimal): -13411165 or 10705971. OLE color: 10705971.
HSL color Cylindrical-coordinate representation of color #335CA3: hue angle of 218.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335CA3 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 92 | 163 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.36 |
| HSL | 218.04º | 0.52% | 0.42% | - |
| HSV(B) | 218.04º | 0.69% | 0.64% | - |
| XYZ | 11.8 | 11 | 36.15 | - |
| YUV | 87.84 | 170.42 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 163 | 0.69 | 0.44 | 0 | 0.36 | 218.04 | 0.52 | 0.42 |
| Hex | 33 | 5C | A3 | 45 | 2C | 0 | 24 | DA | 34 | 2A |
| Octal | 63 | 134 | 243 | 105 | 54 | 0 | 44 | 332 | 64 | 52 |
| Binary | 110011 | 1011100 | 10100011 | 1000101 | 101100 | 0 | 100100 | 11011010 | 110100 | 101010 |
Color Harmonies of #335CA3
Complementary color
Monochromatic Colors of #335CA3
Black with #335CA3
Text Example
Text Example
White with #335CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335CA3; }
p { color: rgb(51,92,163); }
H1.HeaderClassName
{
color: #335CA3;
}
.AnyTagClassName
{
color: #335CA3;
}
</style>
background-color css
<style>
a { background-color: #335CA3; }
a { background-color: rgb(51,92,163); }
div.DivClassName
{
background-color: #335CA3;
}
.BgClassName
{
background-color: #335CA3;
}
</style>
border-color css
<style>
span { border-color: #335CA3; }
span { border-color: rgb(51,92,163); }
td.TdClassName
{
border-color: #335CA3;
}
.TagClassName
{
border-color: #335CA3;
}
</style>