Shades of Venice Blue #254B78
Tints of Venice Blue #254B78
RGB
CMYK
RGB Variations
Color information
#254B78 (or 0x254B78) is known color: Venice Blue. HEX triplet: 25, 4B and 78. RGB value is (37,75,120). Sum of RGB (Red+Green+Blue) = 37+75+120=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #254B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B78 is #DAB487. Grayscale: #444444. Windows color (decimal): -14333064 or 7883557. OLE color: 7883557.
HSL color Cylindrical-coordinate representation of color #254B78: hue angle of 212.53º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254B78 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 75 | 120 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.53 |
| HSL | 212.53º | 0.53% | 0.31% | - |
| HSV(B) | 212.53º | 0.69% | 0.47% | - |
| XYZ | 6.67 | 6.78 | 18.73 | - |
| YUV | 68.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 120 | 0.69 | 0.37 | 0 | 0.53 | 212.53 | 0.53 | 0.31 |
| Hex | 25 | 4B | 78 | 45 | 25 | 0 | 35 | D5 | 35 | 1F |
| Octal | 45 | 113 | 170 | 105 | 45 | 0 | 65 | 325 | 65 | 37 |
| Binary | 100101 | 1001011 | 1111000 | 1000101 | 100101 | 0 | 110101 | 11010101 | 110101 | 11111 |
Color Harmonies of #254B78
Complementary color
Monochromatic Colors of #254B78
Black with #254B78
Text Example
Text Example
White with #254B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B78; }
p { color: rgb(37,75,120); }
H1.HeaderClassName
{
color: #254B78;
}
.AnyTagClassName
{
color: #254B78;
}
</style>
background-color css
<style>
a { background-color: #254B78; }
a { background-color: rgb(37,75,120); }
div.DivClassName
{
background-color: #254B78;
}
.BgClassName
{
background-color: #254B78;
}
</style>
border-color css
<style>
span { border-color: #254B78; }
span { border-color: rgb(37,75,120); }
td.TdClassName
{
border-color: #254B78;
}
.TagClassName
{
border-color: #254B78;
}
</style>