Shades of Venice Blue #254870
Tints of Venice Blue #254870
RGB
CMYK
RGB Variations
Color information
#254870 (or 0x254870) is known color: Venice Blue. HEX triplet: 25, 48 and 70. RGB value is (37,72,112). Sum of RGB (Red+Green+Blue) = 37+72+112=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #254870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254870 is #DAB78F. Grayscale: #414141. Windows color (decimal): -14333840 or 7358501. OLE color: 7358501.
HSL color Cylindrical-coordinate representation of color #254870: hue angle of 212º degrees, saturation: 0.5, 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 #254870 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 72 | 112 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.56 |
| HSL | 212º | 0.5% | 0.29% | - |
| HSV(B) | 212º | 0.67% | 0.44% | - |
| XYZ | 6 | 6.2 | 16.21 | - |
| YUV | 66.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 72 | 112 | 0.67 | 0.36 | 0 | 0.56 | 212 | 0.5 | 0.29 |
| Hex | 25 | 48 | 70 | 43 | 24 | 0 | 38 | D4 | 32 | 1D |
| Octal | 45 | 110 | 160 | 103 | 44 | 0 | 70 | 324 | 62 | 35 |
| Binary | 100101 | 1001000 | 1110000 | 1000011 | 100100 | 0 | 111000 | 11010100 | 110010 | 11101 |
Color Harmonies of #254870
Complementary color
Monochromatic Colors of #254870
Black with #254870
Text Example
Text Example
White with #254870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254870; }
p { color: rgb(37,72,112); }
H1.HeaderClassName
{
color: #254870;
}
.AnyTagClassName
{
color: #254870;
}
</style>
background-color css
<style>
a { background-color: #254870; }
a { background-color: rgb(37,72,112); }
div.DivClassName
{
background-color: #254870;
}
.BgClassName
{
background-color: #254870;
}
</style>
border-color css
<style>
span { border-color: #254870; }
span { border-color: rgb(37,72,112); }
td.TdClassName
{
border-color: #254870;
}
.TagClassName
{
border-color: #254870;
}
</style>