Shades of Venice Blue #255171
Tints of Venice Blue #255171
RGB
CMYK
RGB Variations
Color information
#255171 (or 0x255171) is known color: Venice Blue. HEX triplet: 25, 51 and 71. RGB value is (37,81,113). Sum of RGB (Red+Green+Blue) = 37+81+113=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #255171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255171 is #DAAE8E. Grayscale: #474747. Windows color (decimal): -14331535 or 7426341. OLE color: 7426341.
HSL color Cylindrical-coordinate representation of color #255171: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #255171 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 81 | 113 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.56 |
| HSL | 205.26º | 0.51% | 0.29% | - |
| HSV(B) | 205.26º | 0.67% | 0.44% | - |
| XYZ | 6.69 | 7.47 | 16.71 | - |
| YUV | 71.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 113 | 0.67 | 0.28 | 0 | 0.56 | 205.26 | 0.51 | 0.29 |
| Hex | 25 | 51 | 71 | 43 | 1C | 0 | 38 | CD | 33 | 1D |
| Octal | 45 | 121 | 161 | 103 | 34 | 0 | 70 | 315 | 63 | 35 |
| Binary | 100101 | 1010001 | 1110001 | 1000011 | 11100 | 0 | 111000 | 11001101 | 110011 | 11101 |
Color Harmonies of #255171
Complementary color
Monochromatic Colors of #255171
Black with #255171
Text Example
Text Example
White with #255171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255171; }
p { color: rgb(37,81,113); }
H1.HeaderClassName
{
color: #255171;
}
.AnyTagClassName
{
color: #255171;
}
</style>
background-color css
<style>
a { background-color: #255171; }
a { background-color: rgb(37,81,113); }
div.DivClassName
{
background-color: #255171;
}
.BgClassName
{
background-color: #255171;
}
</style>
border-color css
<style>
span { border-color: #255171; }
span { border-color: rgb(37,81,113); }
td.TdClassName
{
border-color: #255171;
}
.TagClassName
{
border-color: #255171;
}
</style>