Shades of Venice Blue #254F73
Tints of Venice Blue #254F73
RGB
CMYK
RGB Variations
Color information
#254F73 (or 0x254F73) is known color: Venice Blue. HEX triplet: 25, 4F and 73. RGB value is (37,79,115). Sum of RGB (Red+Green+Blue) = 37+79+115=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #254F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F73 is #DAB08C. Grayscale: #464646. Windows color (decimal): -14332045 or 7556901. OLE color: 7556901.
HSL color Cylindrical-coordinate representation of color #254F73: hue angle of 207.69º 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 #254F73 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 79 | 115 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.55 |
| HSL | 207.69º | 0.51% | 0.3% | - |
| HSV(B) | 207.69º | 0.68% | 0.45% | - |
| XYZ | 6.65 | 7.22 | 17.26 | - |
| YUV | 70.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 115 | 0.68 | 0.31 | 0 | 0.55 | 207.69 | 0.51 | 0.3 |
| Hex | 25 | 4F | 73 | 44 | 1F | 0 | 37 | D0 | 33 | 1E |
| Octal | 45 | 117 | 163 | 104 | 37 | 0 | 67 | 320 | 63 | 36 |
| Binary | 100101 | 1001111 | 1110011 | 1000100 | 11111 | 0 | 110111 | 11010000 | 110011 | 11110 |
Color Harmonies of #254F73
Complementary color
Monochromatic Colors of #254F73
Black with #254F73
Text Example
Text Example
White with #254F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F73; }
p { color: rgb(37,79,115); }
H1.HeaderClassName
{
color: #254F73;
}
.AnyTagClassName
{
color: #254F73;
}
</style>
background-color css
<style>
a { background-color: #254F73; }
a { background-color: rgb(37,79,115); }
div.DivClassName
{
background-color: #254F73;
}
.BgClassName
{
background-color: #254F73;
}
</style>
border-color css
<style>
span { border-color: #254F73; }
span { border-color: rgb(37,79,115); }
td.TdClassName
{
border-color: #254F73;
}
.TagClassName
{
border-color: #254F73;
}
</style>