Shades of Venice Blue #295372
Tints of Venice Blue #295372
RGB
CMYK
RGB Variations
Color information
#295372 (or 0x295372) is known color: Venice Blue. HEX triplet: 29, 53 and 72. RGB value is (41,83,114). Sum of RGB (Red+Green+Blue) = 41+83+114=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #295372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295372 is #D6AC8D. Grayscale: #494949. Windows color (decimal): -14068878 or 7492393. OLE color: 7492393.
HSL color Cylindrical-coordinate representation of color #295372: hue angle of 205.48º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #295372 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 83 | 114 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.55 |
| HSL | 205.48º | 0.47% | 0.3% | - |
| HSV(B) | 205.48º | 0.64% | 0.45% | - |
| XYZ | 7.04 | 7.87 | 17.07 | - |
| YUV | 73.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 114 | 0.64 | 0.27 | 0 | 0.55 | 205.48 | 0.47 | 0.3 |
| Hex | 29 | 53 | 72 | 40 | 1B | 0 | 37 | CD | 2F | 1E |
| Octal | 51 | 123 | 162 | 100 | 33 | 0 | 67 | 315 | 57 | 36 |
| Binary | 101001 | 1010011 | 1110010 | 1000000 | 11011 | 0 | 110111 | 11001101 | 101111 | 11110 |
Color Harmonies of #295372
Complementary color
Monochromatic Colors of #295372
Black with #295372
Text Example
Text Example
White with #295372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295372; }
p { color: rgb(41,83,114); }
H1.HeaderClassName
{
color: #295372;
}
.AnyTagClassName
{
color: #295372;
}
</style>
background-color css
<style>
a { background-color: #295372; }
a { background-color: rgb(41,83,114); }
div.DivClassName
{
background-color: #295372;
}
.BgClassName
{
background-color: #295372;
}
</style>
border-color css
<style>
span { border-color: #295372; }
span { border-color: rgb(41,83,114); }
td.TdClassName
{
border-color: #295372;
}
.TagClassName
{
border-color: #295372;
}
</style>