Shades of Venice Blue #244775
Tints of Venice Blue #244775
RGB
CMYK
RGB Variations
Color information
#244775 (or 0x244775) is known color: Venice Blue. HEX triplet: 24, 47 and 75. RGB value is (36,71,117). Sum of RGB (Red+Green+Blue) = 36+71+117=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #244775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244775 is #DBB88A. Grayscale: #414141. Windows color (decimal): -14399627 or 7685924. OLE color: 7685924.
HSL color Cylindrical-coordinate representation of color #244775: hue angle of 214.07º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #244775 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 71 | 117 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.54 |
| HSL | 214.07º | 0.53% | 0.3% | - |
| HSV(B) | 214.07º | 0.69% | 0.46% | - |
| XYZ | 6.19 | 6.17 | 17.69 | - |
| YUV | 65.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 117 | 0.69 | 0.39 | 0 | 0.54 | 214.07 | 0.53 | 0.3 |
| Hex | 24 | 47 | 75 | 45 | 27 | 0 | 36 | D6 | 35 | 1E |
| Octal | 44 | 107 | 165 | 105 | 47 | 0 | 66 | 326 | 65 | 36 |
| Binary | 100100 | 1000111 | 1110101 | 1000101 | 100111 | 0 | 110110 | 11010110 | 110101 | 11110 |
Color Harmonies of #244775
Complementary color
Monochromatic Colors of #244775
Black with #244775
Text Example
Text Example
White with #244775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244775; }
p { color: rgb(36,71,117); }
H1.HeaderClassName
{
color: #244775;
}
.AnyTagClassName
{
color: #244775;
}
</style>
background-color css
<style>
a { background-color: #244775; }
a { background-color: rgb(36,71,117); }
div.DivClassName
{
background-color: #244775;
}
.BgClassName
{
background-color: #244775;
}
</style>
border-color css
<style>
span { border-color: #244775; }
span { border-color: rgb(36,71,117); }
td.TdClassName
{
border-color: #244775;
}
.TagClassName
{
border-color: #244775;
}
</style>