Shades of Venice Blue #254D71
Tints of Venice Blue #254D71
RGB
CMYK
RGB Variations
Color information
#254D71 (or 0x254D71) is known color: Venice Blue. HEX triplet: 25, 4D and 71. RGB value is (37,77,113). Sum of RGB (Red+Green+Blue) = 37+77+113=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #254D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D71 is #DAB28E. Grayscale: #444444. Windows color (decimal): -14332559 or 7425317. OLE color: 7425317.
HSL color Cylindrical-coordinate representation of color #254D71: hue angle of 208.42º 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 #254D71 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 77 | 113 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.56 |
| HSL | 208.42º | 0.51% | 0.29% | - |
| HSV(B) | 208.42º | 0.67% | 0.44% | - |
| XYZ | 6.4 | 6.89 | 16.62 | - |
| YUV | 69.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 113 | 0.67 | 0.32 | 0 | 0.56 | 208.42 | 0.51 | 0.29 |
| Hex | 25 | 4D | 71 | 43 | 20 | 0 | 38 | D0 | 33 | 1D |
| Octal | 45 | 115 | 161 | 103 | 40 | 0 | 70 | 320 | 63 | 35 |
| Binary | 100101 | 1001101 | 1110001 | 1000011 | 100000 | 0 | 111000 | 11010000 | 110011 | 11101 |
Color Harmonies of #254D71
Complementary color
Monochromatic Colors of #254D71
Black with #254D71
Text Example
Text Example
White with #254D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D71; }
p { color: rgb(37,77,113); }
H1.HeaderClassName
{
color: #254D71;
}
.AnyTagClassName
{
color: #254D71;
}
</style>
background-color css
<style>
a { background-color: #254D71; }
a { background-color: rgb(37,77,113); }
div.DivClassName
{
background-color: #254D71;
}
.BgClassName
{
background-color: #254D71;
}
</style>
border-color css
<style>
span { border-color: #254D71; }
span { border-color: rgb(37,77,113); }
td.TdClassName
{
border-color: #254D71;
}
.TagClassName
{
border-color: #254D71;
}
</style>