Shades of Venice Blue #254872
Tints of Venice Blue #254872
RGB
CMYK
RGB Variations
Color information
#254872 (or 0x254872) is known color: Venice Blue. HEX triplet: 25, 48 and 72. RGB value is (37,72,114). Sum of RGB (Red+Green+Blue) = 37+72+114=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #254872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254872 is #DAB78D. Grayscale: #424242. Windows color (decimal): -14333838 or 7489573. OLE color: 7489573.
HSL color Cylindrical-coordinate representation of color #254872: hue angle of 212.73º 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 #254872 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 72 | 114 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.55 |
| HSL | 212.73º | 0.51% | 0.3% | - |
| HSV(B) | 212.73º | 0.68% | 0.45% | - |
| XYZ | 6.12 | 6.24 | 16.8 | - |
| YUV | 66.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 114 | 0.68 | 0.37 | 0 | 0.55 | 212.73 | 0.51 | 0.3 |
| Hex | 25 | 48 | 72 | 44 | 25 | 0 | 37 | D5 | 33 | 1E |
| Octal | 45 | 110 | 162 | 104 | 45 | 0 | 67 | 325 | 63 | 36 |
| Binary | 100101 | 1001000 | 1110010 | 1000100 | 100101 | 0 | 110111 | 11010101 | 110011 | 11110 |
Color Harmonies of #254872
Complementary color
Monochromatic Colors of #254872
Black with #254872
Text Example
Text Example
White with #254872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254872; }
p { color: rgb(37,72,114); }
H1.HeaderClassName
{
color: #254872;
}
.AnyTagClassName
{
color: #254872;
}
</style>
background-color css
<style>
a { background-color: #254872; }
a { background-color: rgb(37,72,114); }
div.DivClassName
{
background-color: #254872;
}
.BgClassName
{
background-color: #254872;
}
</style>
border-color css
<style>
span { border-color: #254872; }
span { border-color: rgb(37,72,114); }
td.TdClassName
{
border-color: #254872;
}
.TagClassName
{
border-color: #254872;
}
</style>