Shades of Venice Blue #254E71
Tints of Venice Blue #254E71
RGB
CMYK
RGB Variations
Color information
#254E71 (or 0x254E71) is known color: Venice Blue. HEX triplet: 25, 4E and 71. RGB value is (37,78,113). Sum of RGB (Red+Green+Blue) = 37+78+113=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #254E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E71 is #DAB18E. Grayscale: #454545. Windows color (decimal): -14332303 or 7425573. OLE color: 7425573.
HSL color Cylindrical-coordinate representation of color #254E71: hue angle of 207.63º degrees, saturation: 0.51, 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 #254E71 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 78 | 113 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.56 |
| HSL | 207.63º | 0.51% | 0.29% | - |
| HSV(B) | 207.63º | 0.67% | 0.44% | - |
| XYZ | 6.47 | 7.03 | 16.64 | - |
| YUV | 69.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 113 | 0.67 | 0.31 | 0 | 0.56 | 207.63 | 0.51 | 0.29 |
| Hex | 25 | 4E | 71 | 43 | 1F | 0 | 38 | D0 | 33 | 1D |
| Octal | 45 | 116 | 161 | 103 | 37 | 0 | 70 | 320 | 63 | 35 |
| Binary | 100101 | 1001110 | 1110001 | 1000011 | 11111 | 0 | 111000 | 11010000 | 110011 | 11101 |
Color Harmonies of #254E71
Complementary color
Monochromatic Colors of #254E71
Black with #254E71
Text Example
Text Example
White with #254E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E71; }
p { color: rgb(37,78,113); }
H1.HeaderClassName
{
color: #254E71;
}
.AnyTagClassName
{
color: #254E71;
}
</style>
background-color css
<style>
a { background-color: #254E71; }
a { background-color: rgb(37,78,113); }
div.DivClassName
{
background-color: #254E71;
}
.BgClassName
{
background-color: #254E71;
}
</style>
border-color css
<style>
span { border-color: #254E71; }
span { border-color: rgb(37,78,113); }
td.TdClassName
{
border-color: #254E71;
}
.TagClassName
{
border-color: #254E71;
}
</style>