Shades of Venice Blue #244C70
Tints of Venice Blue #244C70
RGB
CMYK
RGB Variations
Color information
#244C70 (or 0x244C70) is known color: Venice Blue. HEX triplet: 24, 4C and 70. RGB value is (36,76,112). Sum of RGB (Red+Green+Blue) = 36+76+112=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #244C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244C70 is #DBB38F. Grayscale: #434343. Windows color (decimal): -14398352 or 7359524. OLE color: 7359524.
HSL color Cylindrical-coordinate representation of color #244C70: hue angle of 208.42º 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 #244C70 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 76 | 112 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.56 |
| HSL | 208.42º | 0.51% | 0.29% | - |
| HSV(B) | 208.42º | 0.68% | 0.44% | - |
| XYZ | 6.24 | 6.71 | 16.3 | - |
| YUV | 68.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 112 | 0.68 | 0.32 | 0 | 0.56 | 208.42 | 0.51 | 0.29 |
| Hex | 24 | 4C | 70 | 44 | 20 | 0 | 38 | D0 | 33 | 1D |
| Octal | 44 | 114 | 160 | 104 | 40 | 0 | 70 | 320 | 63 | 35 |
| Binary | 100100 | 1001100 | 1110000 | 1000100 | 100000 | 0 | 111000 | 11010000 | 110011 | 11101 |
Color Harmonies of #244C70
Complementary color
Monochromatic Colors of #244C70
Black with #244C70
Text Example
Text Example
White with #244C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C70; }
p { color: rgb(36,76,112); }
H1.HeaderClassName
{
color: #244C70;
}
.AnyTagClassName
{
color: #244C70;
}
</style>
background-color css
<style>
a { background-color: #244C70; }
a { background-color: rgb(36,76,112); }
div.DivClassName
{
background-color: #244C70;
}
.BgClassName
{
background-color: #244C70;
}
</style>
border-color css
<style>
span { border-color: #244C70; }
span { border-color: rgb(36,76,112); }
td.TdClassName
{
border-color: #244C70;
}
.TagClassName
{
border-color: #244C70;
}
</style>