Shades of Venice Blue #254C75
Tints of Venice Blue #254C75
RGB
CMYK
RGB Variations
Color information
#254C75 (or 0x254C75) is known color: Venice Blue. HEX triplet: 25, 4C and 75. RGB value is (37,76,117). Sum of RGB (Red+Green+Blue) = 37+76+117=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #254C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C75 is #DAB38A. Grayscale: #444444. Windows color (decimal): -14332811 or 7687205. OLE color: 7687205.
HSL color Cylindrical-coordinate representation of color #254C75: hue angle of 210.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254C75 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 76 | 117 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.54 |
| HSL | 210.75º | 0.52% | 0.3% | - |
| HSV(B) | 210.75º | 0.68% | 0.46% | - |
| XYZ | 6.56 | 6.85 | 17.81 | - |
| YUV | 69.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 117 | 0.68 | 0.35 | 0 | 0.54 | 210.75 | 0.52 | 0.3 |
| Hex | 25 | 4C | 75 | 44 | 23 | 0 | 36 | D3 | 34 | 1E |
| Octal | 45 | 114 | 165 | 104 | 43 | 0 | 66 | 323 | 64 | 36 |
| Binary | 100101 | 1001100 | 1110101 | 1000100 | 100011 | 0 | 110110 | 11010011 | 110100 | 11110 |
Color Harmonies of #254C75
Complementary color
Monochromatic Colors of #254C75
Black with #254C75
Text Example
Text Example
White with #254C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C75; }
p { color: rgb(37,76,117); }
H1.HeaderClassName
{
color: #254C75;
}
.AnyTagClassName
{
color: #254C75;
}
</style>
background-color css
<style>
a { background-color: #254C75; }
a { background-color: rgb(37,76,117); }
div.DivClassName
{
background-color: #254C75;
}
.BgClassName
{
background-color: #254C75;
}
</style>
border-color css
<style>
span { border-color: #254C75; }
span { border-color: rgb(37,76,117); }
td.TdClassName
{
border-color: #254C75;
}
.TagClassName
{
border-color: #254C75;
}
</style>