Shades of Venice Blue #25496E
Tints of Venice Blue #25496E
RGB
CMYK
RGB Variations
Color information
#25496E (or 0x25496E) is known color: Venice Blue. HEX triplet: 25, 49 and 6E. RGB value is (37,73,110). Sum of RGB (Red+Green+Blue) = 37+73+110=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #25496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25496E is #DAB691. Grayscale: #424242. Windows color (decimal): -14333586 or 7227685. OLE color: 7227685.
HSL color Cylindrical-coordinate representation of color #25496E: hue angle of 210.41º 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 #25496E is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 73 | 110 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.57 |
| HSL | 210.41º | 0.5% | 0.29% | - |
| HSV(B) | 210.41º | 0.66% | 0.43% | - |
| XYZ | 5.96 | 6.28 | 15.65 | - |
| YUV | 66.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 110 | 0.66 | 0.34 | 0 | 0.57 | 210.41 | 0.5 | 0.29 |
| Hex | 25 | 49 | 6E | 42 | 22 | 0 | 39 | D2 | 32 | 1D |
| Octal | 45 | 111 | 156 | 102 | 42 | 0 | 71 | 322 | 62 | 35 |
| Binary | 100101 | 1001001 | 1101110 | 1000010 | 100010 | 0 | 111001 | 11010010 | 110010 | 11101 |
Color Harmonies of #25496E
Complementary color
Monochromatic Colors of #25496E
Black with #25496E
Text Example
Text Example
White with #25496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25496E; }
p { color: rgb(37,73,110); }
H1.HeaderClassName
{
color: #25496E;
}
.AnyTagClassName
{
color: #25496E;
}
</style>
background-color css
<style>
a { background-color: #25496E; }
a { background-color: rgb(37,73,110); }
div.DivClassName
{
background-color: #25496E;
}
.BgClassName
{
background-color: #25496E;
}
</style>
border-color css
<style>
span { border-color: #25496E; }
span { border-color: rgb(37,73,110); }
td.TdClassName
{
border-color: #25496E;
}
.TagClassName
{
border-color: #25496E;
}
</style>