Shades of San Marino #51739D
Tints of San Marino #51739D
RGB
CMYK
RGB Variations
Color information
#51739D (or 0x51739D) is known color: San Marino. HEX triplet: 51, 73 and 9D. RGB value is (81,115,157). Sum of RGB (Red+Green+Blue) = 81+115+157=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #51739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51739D is #AE8C62. Grayscale: #6D6D6D. Windows color (decimal): -11439203 or 10318673. OLE color: 10318673.
HSL color Cylindrical-coordinate representation of color #51739D: hue angle of 213.16º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51739D is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 115 | 157 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.38 |
| HSL | 213.16º | 0.32% | 0.47% | - |
| HSV(B) | 213.16º | 0.48% | 0.62% | - |
| XYZ | 15.61 | 16.45 | 34.25 | - |
| YUV | 109.62 | 154.74 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 115 | 157 | 0.48 | 0.27 | 0 | 0.38 | 213.16 | 0.32 | 0.47 |
| Hex | 51 | 73 | 9D | 30 | 1B | 0 | 26 | D5 | 20 | 2F |
| Octal | 121 | 163 | 235 | 60 | 33 | 0 | 46 | 325 | 40 | 57 |
| Binary | 1010001 | 1110011 | 10011101 | 110000 | 11011 | 0 | 100110 | 11010101 | 100000 | 101111 |
Color Harmonies of #51739D
Complementary color
Monochromatic Colors of #51739D
Black with #51739D
Text Example
Text Example
White with #51739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51739D; }
p { color: rgb(81,115,157); }
H1.HeaderClassName
{
color: #51739D;
}
.AnyTagClassName
{
color: #51739D;
}
</style>
background-color css
<style>
a { background-color: #51739D; }
a { background-color: rgb(81,115,157); }
div.DivClassName
{
background-color: #51739D;
}
.BgClassName
{
background-color: #51739D;
}
</style>
border-color css
<style>
span { border-color: #51739D; }
span { border-color: rgb(81,115,157); }
td.TdClassName
{
border-color: #51739D;
}
.TagClassName
{
border-color: #51739D;
}
</style>