Shades of Venice Blue #244970
Tints of Venice Blue #244970
RGB
CMYK
RGB Variations
Color information
#244970 (or 0x244970) is known color: Venice Blue. HEX triplet: 24, 49 and 70. RGB value is (36,73,112). Sum of RGB (Red+Green+Blue) = 36+73+112=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #244970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244970 is #DBB68F. Grayscale: #424242. Windows color (decimal): -14399120 or 7358756. OLE color: 7358756.
HSL color Cylindrical-coordinate representation of color #244970: hue angle of 210.79º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #244970 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 73 | 112 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.56 |
| HSL | 210.79º | 0.51% | 0.29% | - |
| HSV(B) | 210.79º | 0.68% | 0.44% | - |
| XYZ | 6.03 | 6.31 | 16.23 | - |
| YUV | 66.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 112 | 0.68 | 0.35 | 0 | 0.56 | 210.79 | 0.51 | 0.29 |
| Hex | 24 | 49 | 70 | 44 | 23 | 0 | 38 | D3 | 33 | 1D |
| Octal | 44 | 111 | 160 | 104 | 43 | 0 | 70 | 323 | 63 | 35 |
| Binary | 100100 | 1001001 | 1110000 | 1000100 | 100011 | 0 | 111000 | 11010011 | 110011 | 11101 |
Color Harmonies of #244970
Complementary color
Monochromatic Colors of #244970
Black with #244970
Text Example
Text Example
White with #244970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244970; }
p { color: rgb(36,73,112); }
H1.HeaderClassName
{
color: #244970;
}
.AnyTagClassName
{
color: #244970;
}
</style>
background-color css
<style>
a { background-color: #244970; }
a { background-color: rgb(36,73,112); }
div.DivClassName
{
background-color: #244970;
}
.BgClassName
{
background-color: #244970;
}
</style>
border-color css
<style>
span { border-color: #244970; }
span { border-color: rgb(36,73,112); }
td.TdClassName
{
border-color: #244970;
}
.TagClassName
{
border-color: #244970;
}
</style>