Shades of Venice Blue #245273
Tints of Venice Blue #245273
RGB
CMYK
RGB Variations
Color information
#245273 (or 0x245273) is known color: Venice Blue. HEX triplet: 24, 52 and 73. RGB value is (36,82,115). Sum of RGB (Red+Green+Blue) = 36+82+115=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #245273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245273 is #DBAD8C. Grayscale: #474747. Windows color (decimal): -14396813 or 7557668. OLE color: 7557668.
HSL color Cylindrical-coordinate representation of color #245273: hue angle of 205.06º 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 #245273 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 82 | 115 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.55 |
| HSL | 205.06º | 0.52% | 0.3% | - |
| HSV(B) | 205.06º | 0.69% | 0.45% | - |
| XYZ | 6.84 | 7.65 | 17.34 | - |
| YUV | 72.01 | 152.26 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 115 | 0.69 | 0.29 | 0 | 0.55 | 205.06 | 0.52 | 0.3 |
| Hex | 24 | 52 | 73 | 45 | 1D | 0 | 37 | CD | 34 | 1E |
| Octal | 44 | 122 | 163 | 105 | 35 | 0 | 67 | 315 | 64 | 36 |
| Binary | 100100 | 1010010 | 1110011 | 1000101 | 11101 | 0 | 110111 | 11001101 | 110100 | 11110 |
Color Harmonies of #245273
Complementary color
Monochromatic Colors of #245273
Black with #245273
Text Example
Text Example
White with #245273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245273; }
p { color: rgb(36,82,115); }
H1.HeaderClassName
{
color: #245273;
}
.AnyTagClassName
{
color: #245273;
}
</style>
background-color css
<style>
a { background-color: #245273; }
a { background-color: rgb(36,82,115); }
div.DivClassName
{
background-color: #245273;
}
.BgClassName
{
background-color: #245273;
}
</style>
border-color css
<style>
span { border-color: #245273; }
span { border-color: rgb(36,82,115); }
td.TdClassName
{
border-color: #245273;
}
.TagClassName
{
border-color: #245273;
}
</style>