Shades of Venice Blue #255175
Tints of Venice Blue #255175
RGB
CMYK
RGB Variations
Color information
#255175 (or 0x255175) is known color: Venice Blue. HEX triplet: 25, 51 and 75. RGB value is (37,81,117). Sum of RGB (Red+Green+Blue) = 37+81+117=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #255175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255175 is #DAAE8A. Grayscale: #474747. Windows color (decimal): -14331531 or 7688485. OLE color: 7688485.
HSL color Cylindrical-coordinate representation of color #255175: hue angle of 207º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255175 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 81 | 117 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.54 |
| HSL | 207º | 0.52% | 0.3% | - |
| HSV(B) | 207º | 0.68% | 0.46% | - |
| XYZ | 6.92 | 7.56 | 17.92 | - |
| YUV | 71.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 117 | 0.68 | 0.31 | 0 | 0.54 | 207 | 0.52 | 0.3 |
| Hex | 25 | 51 | 75 | 44 | 1F | 0 | 36 | CF | 34 | 1E |
| Octal | 45 | 121 | 165 | 104 | 37 | 0 | 66 | 317 | 64 | 36 |
| Binary | 100101 | 1010001 | 1110101 | 1000100 | 11111 | 0 | 110110 | 11001111 | 110100 | 11110 |
Color Harmonies of #255175
Complementary color
Monochromatic Colors of #255175
Black with #255175
Text Example
Text Example
White with #255175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255175; }
p { color: rgb(37,81,117); }
H1.HeaderClassName
{
color: #255175;
}
.AnyTagClassName
{
color: #255175;
}
</style>
background-color css
<style>
a { background-color: #255175; }
a { background-color: rgb(37,81,117); }
div.DivClassName
{
background-color: #255175;
}
.BgClassName
{
background-color: #255175;
}
</style>
border-color css
<style>
span { border-color: #255175; }
span { border-color: rgb(37,81,117); }
td.TdClassName
{
border-color: #255175;
}
.TagClassName
{
border-color: #255175;
}
</style>