Shades of Venice Blue #244D71
Tints of Venice Blue #244D71
RGB
CMYK
RGB Variations
Color information
#244D71 (or 0x244D71) is known color: Venice Blue. HEX triplet: 24, 4D and 71. RGB value is (36,77,113). Sum of RGB (Red+Green+Blue) = 36+77+113=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #244D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D71 is #DBB28E. Grayscale: #444444. Windows color (decimal): -14398095 or 7425316. OLE color: 7425316.
HSL color Cylindrical-coordinate representation of color #244D71: hue angle of 208.05º degrees, saturation: 0.52, 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 #244D71 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 77 | 113 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.56 |
| HSL | 208.05º | 0.52% | 0.29% | - |
| HSV(B) | 208.05º | 0.68% | 0.44% | - |
| XYZ | 6.36 | 6.88 | 16.61 | - |
| YUV | 68.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 113 | 0.68 | 0.32 | 0 | 0.56 | 208.05 | 0.52 | 0.29 |
| Hex | 24 | 4D | 71 | 44 | 20 | 0 | 38 | D0 | 34 | 1D |
| Octal | 44 | 115 | 161 | 104 | 40 | 0 | 70 | 320 | 64 | 35 |
| Binary | 100100 | 1001101 | 1110001 | 1000100 | 100000 | 0 | 111000 | 11010000 | 110100 | 11101 |
Color Harmonies of #244D71
Complementary color
Monochromatic Colors of #244D71
Black with #244D71
Text Example
Text Example
White with #244D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244D71; }
p { color: rgb(36,77,113); }
H1.HeaderClassName
{
color: #244D71;
}
.AnyTagClassName
{
color: #244D71;
}
</style>
background-color css
<style>
a { background-color: #244D71; }
a { background-color: rgb(36,77,113); }
div.DivClassName
{
background-color: #244D71;
}
.BgClassName
{
background-color: #244D71;
}
</style>
border-color css
<style>
span { border-color: #244D71; }
span { border-color: rgb(36,77,113); }
td.TdClassName
{
border-color: #244D71;
}
.TagClassName
{
border-color: #244D71;
}
</style>