Shades of Venice Blue #245070
Tints of Venice Blue #245070
RGB
CMYK
RGB Variations
Color information
#245070 (or 0x245070) is known color: Venice Blue. HEX triplet: 24, 50 and 70. RGB value is (36,80,112). Sum of RGB (Red+Green+Blue) = 36+80+112=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #245070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245070 is #DBAF8F. Grayscale: #464646. Windows color (decimal): -14397328 or 7360548. OLE color: 7360548.
HSL color Cylindrical-coordinate representation of color #245070: hue angle of 205.26º 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 #245070 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 80 | 112 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.56 |
| HSL | 205.26º | 0.51% | 0.29% | - |
| HSV(B) | 205.26º | 0.68% | 0.44% | - |
| XYZ | 6.52 | 7.28 | 16.39 | - |
| YUV | 70.49 | 151.42 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 112 | 0.68 | 0.29 | 0 | 0.56 | 205.26 | 0.51 | 0.29 |
| Hex | 24 | 50 | 70 | 44 | 1D | 0 | 38 | CD | 33 | 1D |
| Octal | 44 | 120 | 160 | 104 | 35 | 0 | 70 | 315 | 63 | 35 |
| Binary | 100100 | 1010000 | 1110000 | 1000100 | 11101 | 0 | 111000 | 11001101 | 110011 | 11101 |
Color Harmonies of #245070
Complementary color
Monochromatic Colors of #245070
Black with #245070
Text Example
Text Example
White with #245070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245070; }
p { color: rgb(36,80,112); }
H1.HeaderClassName
{
color: #245070;
}
.AnyTagClassName
{
color: #245070;
}
</style>
background-color css
<style>
a { background-color: #245070; }
a { background-color: rgb(36,80,112); }
div.DivClassName
{
background-color: #245070;
}
.BgClassName
{
background-color: #245070;
}
</style>
border-color css
<style>
span { border-color: #245070; }
span { border-color: rgb(36,80,112); }
td.TdClassName
{
border-color: #245070;
}
.TagClassName
{
border-color: #245070;
}
</style>