Shades of Venice Blue #245374
Tints of Venice Blue #245374
RGB
CMYK
RGB Variations
Color information
#245374 (or 0x245374) is known color: Venice Blue. HEX triplet: 24, 53 and 74. RGB value is (36,83,116). Sum of RGB (Red+Green+Blue) = 36+83+116=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #245374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245374 is #DBAC8B. Grayscale: #484848. Windows color (decimal): -14396556 or 7623460. OLE color: 7623460.
HSL color Cylindrical-coordinate representation of color #245374: hue angle of 204.75º degrees, saturation: 0.53, 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 #245374 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 83 | 116 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.55 |
| HSL | 204.75º | 0.53% | 0.3% | - |
| HSV(B) | 204.75º | 0.69% | 0.45% | - |
| XYZ | 6.97 | 7.82 | 17.67 | - |
| YUV | 72.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 116 | 0.69 | 0.28 | 0 | 0.55 | 204.75 | 0.53 | 0.3 |
| Hex | 24 | 53 | 74 | 45 | 1C | 0 | 37 | CD | 35 | 1E |
| Octal | 44 | 123 | 164 | 105 | 34 | 0 | 67 | 315 | 65 | 36 |
| Binary | 100100 | 1010011 | 1110100 | 1000101 | 11100 | 0 | 110111 | 11001101 | 110101 | 11110 |
Color Harmonies of #245374
Complementary color
Monochromatic Colors of #245374
Black with #245374
Text Example
Text Example
White with #245374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245374; }
p { color: rgb(36,83,116); }
H1.HeaderClassName
{
color: #245374;
}
.AnyTagClassName
{
color: #245374;
}
</style>
background-color css
<style>
a { background-color: #245374; }
a { background-color: rgb(36,83,116); }
div.DivClassName
{
background-color: #245374;
}
.BgClassName
{
background-color: #245374;
}
</style>
border-color css
<style>
span { border-color: #245374; }
span { border-color: rgb(36,83,116); }
td.TdClassName
{
border-color: #245374;
}
.TagClassName
{
border-color: #245374;
}
</style>