Shades of Venice Blue #254F7B
Tints of Venice Blue #254F7B
RGB
CMYK
RGB Variations
Color information
#254F7B (or 0x254F7B) is known color: Venice Blue. HEX triplet: 25, 4F and 7B. RGB value is (37,79,123). Sum of RGB (Red+Green+Blue) = 37+79+123=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #254F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F7B is #DAB084. Grayscale: #474747. Windows color (decimal): -14332037 or 8081189. OLE color: 8081189.
HSL color Cylindrical-coordinate representation of color #254F7B: hue angle of 210.7º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254F7B is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 79 | 123 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.52 |
| HSL | 210.7º | 0.54% | 0.31% | - |
| HSV(B) | 210.7º | 0.7% | 0.48% | - |
| XYZ | 7.13 | 7.42 | 19.79 | - |
| YUV | 71.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 123 | 0.70 | 0.36 | 0 | 0.52 | 210.7 | 0.54 | 0.31 |
| Hex | 25 | 4F | 7B | 46 | 24 | 0 | 34 | D3 | 36 | 1F |
| Octal | 45 | 117 | 173 | 106 | 44 | 0 | 64 | 323 | 66 | 37 |
| Binary | 100101 | 1001111 | 1111011 | 1000110 | 100100 | 0 | 110100 | 11010011 | 110110 | 11111 |
Color Harmonies of #254F7B
Complementary color
Monochromatic Colors of #254F7B
Black with #254F7B
Text Example
Text Example
White with #254F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F7B; }
p { color: rgb(37,79,123); }
H1.HeaderClassName
{
color: #254F7B;
}
.AnyTagClassName
{
color: #254F7B;
}
</style>
background-color css
<style>
a { background-color: #254F7B; }
a { background-color: rgb(37,79,123); }
div.DivClassName
{
background-color: #254F7B;
}
.BgClassName
{
background-color: #254F7B;
}
</style>
border-color css
<style>
span { border-color: #254F7B; }
span { border-color: rgb(37,79,123); }
td.TdClassName
{
border-color: #254F7B;
}
.TagClassName
{
border-color: #254F7B;
}
</style>