Shades of Venice Blue #235375
Tints of Venice Blue #235375
RGB
CMYK
RGB Variations
Color information
#235375 (or 0x235375) is known color: Venice Blue. HEX triplet: 23, 53 and 75. RGB value is (35,83,117). Sum of RGB (Red+Green+Blue) = 35+83+117=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #235375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235375 is #DCAC8A. Grayscale: #484848. Windows color (decimal): -14462091 or 7688995. OLE color: 7688995.
HSL color Cylindrical-coordinate representation of color #235375: hue angle of 204.88º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #235375 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 83 | 117 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.54 |
| HSL | 204.88º | 0.54% | 0.3% | - |
| HSV(B) | 204.88º | 0.7% | 0.46% | - |
| XYZ | 7 | 7.83 | 17.97 | - |
| YUV | 72.52 | 153.1 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 117 | 0.70 | 0.29 | 0 | 0.54 | 204.88 | 0.54 | 0.3 |
| Hex | 23 | 53 | 75 | 46 | 1D | 0 | 36 | CD | 36 | 1E |
| Octal | 43 | 123 | 165 | 106 | 35 | 0 | 66 | 315 | 66 | 36 |
| Binary | 100011 | 1010011 | 1110101 | 1000110 | 11101 | 0 | 110110 | 11001101 | 110110 | 11110 |
Color Harmonies of #235375
Complementary color
Monochromatic Colors of #235375
Black with #235375
Text Example
Text Example
White with #235375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235375; }
p { color: rgb(35,83,117); }
H1.HeaderClassName
{
color: #235375;
}
.AnyTagClassName
{
color: #235375;
}
</style>
background-color css
<style>
a { background-color: #235375; }
a { background-color: rgb(35,83,117); }
div.DivClassName
{
background-color: #235375;
}
.BgClassName
{
background-color: #235375;
}
</style>
border-color css
<style>
span { border-color: #235375; }
span { border-color: rgb(35,83,117); }
td.TdClassName
{
border-color: #235375;
}
.TagClassName
{
border-color: #235375;
}
</style>