Shades of Venice Blue #275178
Tints of Venice Blue #275178
RGB
CMYK
RGB Variations
Color information
#275178 (or 0x275178) is known color: Venice Blue. HEX triplet: 27, 51 and 78. RGB value is (39,81,120). Sum of RGB (Red+Green+Blue) = 39+81+120=240 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #275178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275178 is #D8AE87. Grayscale: #484848. Windows color (decimal): -14200456 or 7885095. OLE color: 7885095.
HSL color Cylindrical-coordinate representation of color #275178: hue angle of 208.89º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275178 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 81 | 120 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.53 |
| HSL | 208.89º | 0.51% | 0.31% | - |
| HSV(B) | 208.89º | 0.68% | 0.47% | - |
| XYZ | 7.17 | 7.67 | 18.87 | - |
| YUV | 72.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 120 | 0.67 | 0.32 | 0 | 0.53 | 208.89 | 0.51 | 0.31 |
| Hex | 27 | 51 | 78 | 43 | 20 | 0 | 35 | D1 | 33 | 1F |
| Octal | 47 | 121 | 170 | 103 | 40 | 0 | 65 | 321 | 63 | 37 |
| Binary | 100111 | 1010001 | 1111000 | 1000011 | 100000 | 0 | 110101 | 11010001 | 110011 | 11111 |
Color Harmonies of #275178
Complementary color
Monochromatic Colors of #275178
Black with #275178
Text Example
Text Example
White with #275178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275178; }
p { color: rgb(39,81,120); }
H1.HeaderClassName
{
color: #275178;
}
.AnyTagClassName
{
color: #275178;
}
</style>
background-color css
<style>
a { background-color: #275178; }
a { background-color: rgb(39,81,120); }
div.DivClassName
{
background-color: #275178;
}
.BgClassName
{
background-color: #275178;
}
</style>
border-color css
<style>
span { border-color: #275178; }
span { border-color: rgb(39,81,120); }
td.TdClassName
{
border-color: #275178;
}
.TagClassName
{
border-color: #275178;
}
</style>