Shades of Venice Blue #254C74
Tints of Venice Blue #254C74
RGB
CMYK
RGB Variations
Color information
#254C74 (or 0x254C74) is known color: Venice Blue. HEX triplet: 25, 4C and 74. RGB value is (37,76,116). Sum of RGB (Red+Green+Blue) = 37+76+116=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 116 (45.70% from 255 or 50.66% from 229); Max value from RGB is 116 - color contains mainly: blue. Hex color #254C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C74 is #DAB38B. Grayscale: #444444. Windows color (decimal): -14332812 or 7621669. OLE color: 7621669.
HSL color Cylindrical-coordinate representation of color #254C74: hue angle of 210.38º degrees, saturation: 0.52, 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 #254C74 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 76 | 116 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.55 |
| HSL | 210.38º | 0.52% | 0.3% | - |
| HSV(B) | 210.38º | 0.68% | 0.45% | - |
| XYZ | 6.5 | 6.82 | 17.5 | - |
| YUV | 68.9 | 154.58 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 116 | 0.68 | 0.34 | 0 | 0.55 | 210.38 | 0.52 | 0.3 |
| Hex | 25 | 4C | 74 | 44 | 22 | 0 | 37 | D2 | 34 | 1E |
| Octal | 45 | 114 | 164 | 104 | 42 | 0 | 67 | 322 | 64 | 36 |
| Binary | 100101 | 1001100 | 1110100 | 1000100 | 100010 | 0 | 110111 | 11010010 | 110100 | 11110 |
Color Harmonies of #254C74
Complementary color
Monochromatic Colors of #254C74
Black with #254C74
Text Example
Text Example
White with #254C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254C74; }
p { color: rgb(37,76,116); }
H1.HeaderClassName
{
color: #254C74;
}
.AnyTagClassName
{
color: #254C74;
}
</style>
background-color css
<style>
a { background-color: #254C74; }
a { background-color: rgb(37,76,116); }
div.DivClassName
{
background-color: #254C74;
}
.BgClassName
{
background-color: #254C74;
}
</style>
border-color css
<style>
span { border-color: #254C74; }
span { border-color: rgb(37,76,116); }
td.TdClassName
{
border-color: #254C74;
}
.TagClassName
{
border-color: #254C74;
}
</style>