Shades of Venice Blue #275174
Tints of Venice Blue #275174
RGB
CMYK
RGB Variations
Color information
#275174 (or 0x275174) is known color: Venice Blue. HEX triplet: 27, 51 and 74. RGB value is (39,81,116). Sum of RGB (Red+Green+Blue) = 39+81+116=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #275174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275174 is #D8AE8B. Grayscale: #484848. Windows color (decimal): -14200460 or 7622951. OLE color: 7622951.
HSL color Cylindrical-coordinate representation of color #275174: hue angle of 207.27º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275174 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 81 | 116 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.55 |
| HSL | 207.27º | 0.5% | 0.3% | - |
| HSV(B) | 207.27º | 0.66% | 0.45% | - |
| XYZ | 6.93 | 7.58 | 17.62 | - |
| YUV | 72.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 116 | 0.66 | 0.30 | 0 | 0.55 | 207.27 | 0.5 | 0.3 |
| Hex | 27 | 51 | 74 | 42 | 1E | 0 | 37 | CF | 32 | 1E |
| Octal | 47 | 121 | 164 | 102 | 36 | 0 | 67 | 317 | 62 | 36 |
| Binary | 100111 | 1010001 | 1110100 | 1000010 | 11110 | 0 | 110111 | 11001111 | 110010 | 11110 |
Color Harmonies of #275174
Complementary color
Monochromatic Colors of #275174
Black with #275174
Text Example
Text Example
White with #275174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275174; }
p { color: rgb(39,81,116); }
H1.HeaderClassName
{
color: #275174;
}
.AnyTagClassName
{
color: #275174;
}
</style>
background-color css
<style>
a { background-color: #275174; }
a { background-color: rgb(39,81,116); }
div.DivClassName
{
background-color: #275174;
}
.BgClassName
{
background-color: #275174;
}
</style>
border-color css
<style>
span { border-color: #275174; }
span { border-color: rgb(39,81,116); }
td.TdClassName
{
border-color: #275174;
}
.TagClassName
{
border-color: #275174;
}
</style>