Shades of Venice Blue #245173
Tints of Venice Blue #245173
RGB
CMYK
RGB Variations
Color information
#245173 (or 0x245173) is known color: Venice Blue. HEX triplet: 24, 51 and 73. RGB value is (36,81,115). Sum of RGB (Red+Green+Blue) = 36+81+115=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #245173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245173 is #DBAE8C. Grayscale: #474747. Windows color (decimal): -14397069 or 7557412. OLE color: 7557412.
HSL color Cylindrical-coordinate representation of color #245173: hue angle of 205.82º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #245173 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 81 | 115 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.55 |
| HSL | 205.82º | 0.52% | 0.3% | - |
| HSV(B) | 205.82º | 0.69% | 0.45% | - |
| XYZ | 6.76 | 7.5 | 17.31 | - |
| YUV | 71.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 115 | 0.69 | 0.30 | 0 | 0.55 | 205.82 | 0.52 | 0.3 |
| Hex | 24 | 51 | 73 | 45 | 1E | 0 | 37 | CE | 34 | 1E |
| Octal | 44 | 121 | 163 | 105 | 36 | 0 | 67 | 316 | 64 | 36 |
| Binary | 100100 | 1010001 | 1110011 | 1000101 | 11110 | 0 | 110111 | 11001110 | 110100 | 11110 |
Color Harmonies of #245173
Complementary color
Monochromatic Colors of #245173
Black with #245173
Text Example
Text Example
White with #245173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245173; }
p { color: rgb(36,81,115); }
H1.HeaderClassName
{
color: #245173;
}
.AnyTagClassName
{
color: #245173;
}
</style>
background-color css
<style>
a { background-color: #245173; }
a { background-color: rgb(36,81,115); }
div.DivClassName
{
background-color: #245173;
}
.BgClassName
{
background-color: #245173;
}
</style>
border-color css
<style>
span { border-color: #245173; }
span { border-color: rgb(36,81,115); }
td.TdClassName
{
border-color: #245173;
}
.TagClassName
{
border-color: #245173;
}
</style>