Shades of Venice Blue #255174
Tints of Venice Blue #255174
RGB
CMYK
RGB Variations
Color information
#255174 (or 0x255174) is known color: Venice Blue. HEX triplet: 25, 51 and 74. RGB value is (37,81,116). Sum of RGB (Red+Green+Blue) = 37+81+116=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #255174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255174 is #DAAE8B. Grayscale: #474747. Windows color (decimal): -14331532 or 7622949. OLE color: 7622949.
HSL color Cylindrical-coordinate representation of color #255174: hue angle of 206.58º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255174 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 81 | 116 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.55 |
| HSL | 206.58º | 0.52% | 0.3% | - |
| HSV(B) | 206.58º | 0.68% | 0.45% | - |
| XYZ | 6.86 | 7.54 | 17.62 | - |
| YUV | 71.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 116 | 0.68 | 0.30 | 0 | 0.55 | 206.58 | 0.52 | 0.3 |
| Hex | 25 | 51 | 74 | 44 | 1E | 0 | 37 | CF | 34 | 1E |
| Octal | 45 | 121 | 164 | 104 | 36 | 0 | 67 | 317 | 64 | 36 |
| Binary | 100101 | 1010001 | 1110100 | 1000100 | 11110 | 0 | 110111 | 11001111 | 110100 | 11110 |
Color Harmonies of #255174
Complementary color
Monochromatic Colors of #255174
Black with #255174
Text Example
Text Example
White with #255174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255174; }
p { color: rgb(37,81,116); }
H1.HeaderClassName
{
color: #255174;
}
.AnyTagClassName
{
color: #255174;
}
</style>
background-color css
<style>
a { background-color: #255174; }
a { background-color: rgb(37,81,116); }
div.DivClassName
{
background-color: #255174;
}
.BgClassName
{
background-color: #255174;
}
</style>
border-color css
<style>
span { border-color: #255174; }
span { border-color: rgb(37,81,116); }
td.TdClassName
{
border-color: #255174;
}
.TagClassName
{
border-color: #255174;
}
</style>