Shades of Venice Blue #25496D
Tints of Venice Blue #25496D
RGB
CMYK
RGB Variations
Color information
#25496D (or 0x25496D) is known color: Venice Blue. HEX triplet: 25, 49 and 6D. RGB value is (37,73,109). Sum of RGB (Red+Green+Blue) = 37+73+109=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #25496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25496D is #DAB692. Grayscale: #424242. Windows color (decimal): -14333587 or 7162149. OLE color: 7162149.
HSL color Cylindrical-coordinate representation of color #25496D: hue angle of 210º degrees, saturation: 0.49, 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 #25496D is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 73 | 109 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.57 |
| HSL | 210º | 0.49% | 0.29% | - |
| HSV(B) | 210º | 0.66% | 0.43% | - |
| XYZ | 5.91 | 6.26 | 15.37 | - |
| YUV | 66.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 109 | 0.66 | 0.33 | 0 | 0.57 | 210 | 0.49 | 0.29 |
| Hex | 25 | 49 | 6D | 42 | 21 | 0 | 39 | D2 | 31 | 1D |
| Octal | 45 | 111 | 155 | 102 | 41 | 0 | 71 | 322 | 61 | 35 |
| Binary | 100101 | 1001001 | 1101101 | 1000010 | 100001 | 0 | 111001 | 11010010 | 110001 | 11101 |
Color Harmonies of #25496D
Complementary color
Monochromatic Colors of #25496D
Black with #25496D
Text Example
Text Example
White with #25496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25496D; }
p { color: rgb(37,73,109); }
H1.HeaderClassName
{
color: #25496D;
}
.AnyTagClassName
{
color: #25496D;
}
</style>
background-color css
<style>
a { background-color: #25496D; }
a { background-color: rgb(37,73,109); }
div.DivClassName
{
background-color: #25496D;
}
.BgClassName
{
background-color: #25496D;
}
</style>
border-color css
<style>
span { border-color: #25496D; }
span { border-color: rgb(37,73,109); }
td.TdClassName
{
border-color: #25496D;
}
.TagClassName
{
border-color: #25496D;
}
</style>