Shades of Venice Blue #245277
Tints of Venice Blue #245277
RGB
CMYK
RGB Variations
Color information
#245277 (or 0x245277) is known color: Venice Blue. HEX triplet: 24, 52 and 77. RGB value is (36,82,119). Sum of RGB (Red+Green+Blue) = 36+82+119=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #245277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245277 is #DBAD88. Grayscale: #484848. Windows color (decimal): -14396809 or 7819812. OLE color: 7819812.
HSL color Cylindrical-coordinate representation of color #245277: hue angle of 206.75º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #245277 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 82 | 119 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.53 |
| HSL | 206.75º | 0.54% | 0.3% | - |
| HSV(B) | 206.75º | 0.7% | 0.47% | - |
| XYZ | 7.07 | 7.74 | 18.57 | - |
| YUV | 72.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 119 | 0.70 | 0.31 | 0 | 0.53 | 206.75 | 0.54 | 0.3 |
| Hex | 24 | 52 | 77 | 46 | 1F | 0 | 35 | CF | 36 | 1E |
| Octal | 44 | 122 | 167 | 106 | 37 | 0 | 65 | 317 | 66 | 36 |
| Binary | 100100 | 1010010 | 1110111 | 1000110 | 11111 | 0 | 110101 | 11001111 | 110110 | 11110 |
Color Harmonies of #245277
Complementary color
Monochromatic Colors of #245277
Black with #245277
Text Example
Text Example
White with #245277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245277; }
p { color: rgb(36,82,119); }
H1.HeaderClassName
{
color: #245277;
}
.AnyTagClassName
{
color: #245277;
}
</style>
background-color css
<style>
a { background-color: #245277; }
a { background-color: rgb(36,82,119); }
div.DivClassName
{
background-color: #245277;
}
.BgClassName
{
background-color: #245277;
}
</style>
border-color css
<style>
span { border-color: #245277; }
span { border-color: rgb(36,82,119); }
td.TdClassName
{
border-color: #245277;
}
.TagClassName
{
border-color: #245277;
}
</style>