Shades of Venice Blue #27517A
Tints of Venice Blue #27517A
RGB
CMYK
RGB Variations
Color information
#27517A (or 0x27517A) is known color: Venice Blue. HEX triplet: 27, 51 and 7A. RGB value is (39,81,122). Sum of RGB (Red+Green+Blue) = 39+81+122=242 (32% of max value = 765). Red value is 39 (15.62% from 255 or 16.12% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #27517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27517A is #D8AE85. Grayscale: #484848. Windows color (decimal): -14200454 or 8016167. OLE color: 8016167.
HSL color Cylindrical-coordinate representation of color #27517A: hue angle of 209.64º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27517A is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 81 | 122 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.52 |
| HSL | 209.64º | 0.52% | 0.32% | - |
| HSV(B) | 209.64º | 0.68% | 0.48% | - |
| XYZ | 7.29 | 7.72 | 19.52 | - |
| YUV | 73.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 122 | 0.68 | 0.34 | 0 | 0.52 | 209.64 | 0.52 | 0.32 |
| Hex | 27 | 51 | 7A | 44 | 22 | 0 | 34 | D2 | 34 | 20 |
| Octal | 47 | 121 | 172 | 104 | 42 | 0 | 64 | 322 | 64 | 40 |
| Binary | 100111 | 1010001 | 1111010 | 1000100 | 100010 | 0 | 110100 | 11010010 | 110100 | 100000 |
Color Harmonies of #27517A
Complementary color
Monochromatic Colors of #27517A
Black with #27517A
Text Example
Text Example
White with #27517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27517A; }
p { color: rgb(39,81,122); }
H1.HeaderClassName
{
color: #27517A;
}
.AnyTagClassName
{
color: #27517A;
}
</style>
background-color css
<style>
a { background-color: #27517A; }
a { background-color: rgb(39,81,122); }
div.DivClassName
{
background-color: #27517A;
}
.BgClassName
{
background-color: #27517A;
}
</style>
border-color css
<style>
span { border-color: #27517A; }
span { border-color: rgb(39,81,122); }
td.TdClassName
{
border-color: #27517A;
}
.TagClassName
{
border-color: #27517A;
}
</style>