Shades of Venice Blue #254C73
Tints of Venice Blue #254C73
RGB
CMYK
RGB Variations
Color information
#254C73 (or 0x254C73) is known color: Venice Blue. HEX triplet: 25, 4C and 73. RGB value is (37,76,115). Sum of RGB (Red+Green+Blue) = 37+76+115=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #254C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C73 is #DAB38C. Grayscale: #444444. Windows color (decimal): -14332813 or 7556133. OLE color: 7556133.
HSL color Cylindrical-coordinate representation of color #254C73: hue angle of 210º 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 #254C73 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 76 | 115 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.55 |
| HSL | 210º | 0.51% | 0.3% | - |
| HSV(B) | 210º | 0.68% | 0.45% | - |
| XYZ | 6.44 | 6.8 | 17.19 | - |
| YUV | 68.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 115 | 0.68 | 0.34 | 0 | 0.55 | 210 | 0.51 | 0.3 |
| Hex | 25 | 4C | 73 | 44 | 22 | 0 | 37 | D2 | 33 | 1E |
| Octal | 45 | 114 | 163 | 104 | 42 | 0 | 67 | 322 | 63 | 36 |
| Binary | 100101 | 1001100 | 1110011 | 1000100 | 100010 | 0 | 110111 | 11010010 | 110011 | 11110 |
Color Harmonies of #254C73
Complementary color
Monochromatic Colors of #254C73
Black with #254C73
Text Example
Text Example
White with #254C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C73; }
p { color: rgb(37,76,115); }
H1.HeaderClassName
{
color: #254C73;
}
.AnyTagClassName
{
color: #254C73;
}
</style>
background-color css
<style>
a { background-color: #254C73; }
a { background-color: rgb(37,76,115); }
div.DivClassName
{
background-color: #254C73;
}
.BgClassName
{
background-color: #254C73;
}
</style>
border-color css
<style>
span { border-color: #254C73; }
span { border-color: rgb(37,76,115); }
td.TdClassName
{
border-color: #254C73;
}
.TagClassName
{
border-color: #254C73;
}
</style>