Shades of Venice Blue #254D6E
Tints of Venice Blue #254D6E
RGB
CMYK
RGB Variations
Color information
#254D6E (or 0x254D6E) is known color: Venice Blue. HEX triplet: 25, 4D and 6E. RGB value is (37,77,110). Sum of RGB (Red+Green+Blue) = 37+77+110=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #254D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D6E is #DAB291. Grayscale: #444444. Windows color (decimal): -14332562 or 7228709. OLE color: 7228709.
HSL color Cylindrical-coordinate representation of color #254D6E: hue angle of 207.12º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #254D6E is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 77 | 110 | - |
| CMYK | 0.66 | 0.3 | 0 | 0.57 |
| HSL | 207.12º | 0.5% | 0.29% | - |
| HSV(B) | 207.12º | 0.66% | 0.43% | - |
| XYZ | 6.23 | 6.83 | 15.74 | - |
| YUV | 68.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 110 | 0.66 | 0.3 | 0 | 0.57 | 207.12 | 0.5 | 0.29 |
| Hex | 25 | 4D | 6E | 42 | 1E | 0 | 39 | CF | 32 | 1D |
| Octal | 45 | 115 | 156 | 102 | 36 | 0 | 71 | 317 | 62 | 35 |
| Binary | 100101 | 1001101 | 1101110 | 1000010 | 11110 | 0 | 111001 | 11001111 | 110010 | 11101 |
Color Harmonies of #254D6E
Complementary color
Monochromatic Colors of #254D6E
Black with #254D6E
Text Example
Text Example
White with #254D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254D6E; }
p { color: rgb(37,77,110); }
H1.HeaderClassName
{
color: #254D6E;
}
.AnyTagClassName
{
color: #254D6E;
}
</style>
background-color css
<style>
a { background-color: #254D6E; }
a { background-color: rgb(37,77,110); }
div.DivClassName
{
background-color: #254D6E;
}
.BgClassName
{
background-color: #254D6E;
}
</style>
border-color css
<style>
span { border-color: #254D6E; }
span { border-color: rgb(37,77,110); }
td.TdClassName
{
border-color: #254D6E;
}
.TagClassName
{
border-color: #254D6E;
}
</style>