Shades of Venice Blue #24496E
Tints of Venice Blue #24496E
RGB
CMYK
RGB Variations
Color information
#24496E (or 0x24496E) is known color: Venice Blue. HEX triplet: 24, 49 and 6E. RGB value is (36,73,110). Sum of RGB (Red+Green+Blue) = 36+73+110=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #24496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24496E is #DBB691. Grayscale: #414141. Windows color (decimal): -14399122 or 7227684. OLE color: 7227684.
HSL color Cylindrical-coordinate representation of color #24496E: hue angle of 210º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24496E is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 73 | 110 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.57 |
| HSL | 210º | 0.51% | 0.29% | - |
| HSV(B) | 210º | 0.67% | 0.43% | - |
| XYZ | 5.92 | 6.27 | 15.65 | - |
| YUV | 66.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 110 | 0.67 | 0.34 | 0 | 0.57 | 210 | 0.51 | 0.29 |
| Hex | 24 | 49 | 6E | 43 | 22 | 0 | 39 | D2 | 33 | 1D |
| Octal | 44 | 111 | 156 | 103 | 42 | 0 | 71 | 322 | 63 | 35 |
| Binary | 100100 | 1001001 | 1101110 | 1000011 | 100010 | 0 | 111001 | 11010010 | 110011 | 11101 |
Color Harmonies of #24496E
Complementary color
Monochromatic Colors of #24496E
Black with #24496E
Text Example
Text Example
White with #24496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24496E; }
p { color: rgb(36,73,110); }
H1.HeaderClassName
{
color: #24496E;
}
.AnyTagClassName
{
color: #24496E;
}
</style>
background-color css
<style>
a { background-color: #24496E; }
a { background-color: rgb(36,73,110); }
div.DivClassName
{
background-color: #24496E;
}
.BgClassName
{
background-color: #24496E;
}
</style>
border-color css
<style>
span { border-color: #24496E; }
span { border-color: rgb(36,73,110); }
td.TdClassName
{
border-color: #24496E;
}
.TagClassName
{
border-color: #24496E;
}
</style>