Shades of Venice Blue #254873
Tints of Venice Blue #254873
RGB
CMYK
RGB Variations
Color information
#254873 (or 0x254873) is known color: Venice Blue. HEX triplet: 25, 48 and 73. RGB value is (37,72,115). Sum of RGB (Red+Green+Blue) = 37+72+115=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #254873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254873 is #DAB78C. Grayscale: #424242. Windows color (decimal): -14333837 or 7555109. OLE color: 7555109.
HSL color Cylindrical-coordinate representation of color #254873: hue angle of 213.08º degrees, saturation: 0.51, 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 #254873 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 72 | 115 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.55 |
| HSL | 213.08º | 0.51% | 0.3% | - |
| HSV(B) | 213.08º | 0.68% | 0.45% | - |
| XYZ | 6.17 | 6.27 | 17.1 | - |
| YUV | 66.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 115 | 0.68 | 0.37 | 0 | 0.55 | 213.08 | 0.51 | 0.3 |
| Hex | 25 | 48 | 73 | 44 | 25 | 0 | 37 | D5 | 33 | 1E |
| Octal | 45 | 110 | 163 | 104 | 45 | 0 | 67 | 325 | 63 | 36 |
| Binary | 100101 | 1001000 | 1110011 | 1000100 | 100101 | 0 | 110111 | 11010101 | 110011 | 11110 |
Color Harmonies of #254873
Complementary color
Monochromatic Colors of #254873
Black with #254873
Text Example
Text Example
White with #254873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254873; }
p { color: rgb(37,72,115); }
H1.HeaderClassName
{
color: #254873;
}
.AnyTagClassName
{
color: #254873;
}
</style>
background-color css
<style>
a { background-color: #254873; }
a { background-color: rgb(37,72,115); }
div.DivClassName
{
background-color: #254873;
}
.BgClassName
{
background-color: #254873;
}
</style>
border-color css
<style>
span { border-color: #254873; }
span { border-color: rgb(37,72,115); }
td.TdClassName
{
border-color: #254873;
}
.TagClassName
{
border-color: #254873;
}
</style>