Shades of Venice Blue #245276
Tints of Venice Blue #245276
RGB
CMYK
RGB Variations
Color information
#245276 (or 0x245276) is known color: Venice Blue. HEX triplet: 24, 52 and 76. RGB value is (36,82,118). Sum of RGB (Red+Green+Blue) = 36+82+118=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #245276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245276 is #DBAD89. Grayscale: #484848. Windows color (decimal): -14396810 or 7754276. OLE color: 7754276.
HSL color Cylindrical-coordinate representation of color #245276: hue angle of 206.34º 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 #245276 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 82 | 118 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.54 |
| HSL | 206.34º | 0.53% | 0.3% | - |
| HSV(B) | 206.34º | 0.69% | 0.46% | - |
| XYZ | 7.01 | 7.72 | 18.26 | - |
| YUV | 72.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 118 | 0.69 | 0.31 | 0 | 0.54 | 206.34 | 0.53 | 0.3 |
| Hex | 24 | 52 | 76 | 45 | 1F | 0 | 36 | CE | 35 | 1E |
| Octal | 44 | 122 | 166 | 105 | 37 | 0 | 66 | 316 | 65 | 36 |
| Binary | 100100 | 1010010 | 1110110 | 1000101 | 11111 | 0 | 110110 | 11001110 | 110101 | 11110 |
Color Harmonies of #245276
Complementary color
Monochromatic Colors of #245276
Black with #245276
Text Example
Text Example
White with #245276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245276; }
p { color: rgb(36,82,118); }
H1.HeaderClassName
{
color: #245276;
}
.AnyTagClassName
{
color: #245276;
}
</style>
background-color css
<style>
a { background-color: #245276; }
a { background-color: rgb(36,82,118); }
div.DivClassName
{
background-color: #245276;
}
.BgClassName
{
background-color: #245276;
}
</style>
border-color css
<style>
span { border-color: #245276; }
span { border-color: rgb(36,82,118); }
td.TdClassName
{
border-color: #245276;
}
.TagClassName
{
border-color: #245276;
}
</style>