Shades of Venice Blue #275176
Tints of Venice Blue #275176
RGB
CMYK
RGB Variations
Color information
#275176 (or 0x275176) is known color: Venice Blue. HEX triplet: 27, 51 and 76. RGB value is (39,81,118). Sum of RGB (Red+Green+Blue) = 39+81+118=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #275176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275176 is #D8AE89. Grayscale: #484848. Windows color (decimal): -14200458 or 7754023. OLE color: 7754023.
HSL color Cylindrical-coordinate representation of color #275176: hue angle of 208.1º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275176 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 81 | 118 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.54 |
| HSL | 208.1º | 0.5% | 0.31% | - |
| HSV(B) | 208.1º | 0.67% | 0.46% | - |
| XYZ | 7.05 | 7.62 | 18.24 | - |
| YUV | 72.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 118 | 0.67 | 0.31 | 0 | 0.54 | 208.1 | 0.5 | 0.31 |
| Hex | 27 | 51 | 76 | 43 | 1F | 0 | 36 | D0 | 32 | 1F |
| Octal | 47 | 121 | 166 | 103 | 37 | 0 | 66 | 320 | 62 | 37 |
| Binary | 100111 | 1010001 | 1110110 | 1000011 | 11111 | 0 | 110110 | 11010000 | 110010 | 11111 |
Color Harmonies of #275176
Complementary color
Monochromatic Colors of #275176
Black with #275176
Text Example
Text Example
White with #275176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275176; }
p { color: rgb(39,81,118); }
H1.HeaderClassName
{
color: #275176;
}
.AnyTagClassName
{
color: #275176;
}
</style>
background-color css
<style>
a { background-color: #275176; }
a { background-color: rgb(39,81,118); }
div.DivClassName
{
background-color: #275176;
}
.BgClassName
{
background-color: #275176;
}
</style>
border-color css
<style>
span { border-color: #275176; }
span { border-color: rgb(39,81,118); }
td.TdClassName
{
border-color: #275176;
}
.TagClassName
{
border-color: #275176;
}
</style>