Shades of Venice Blue #234875
Tints of Venice Blue #234875
RGB
CMYK
RGB Variations
Color information
#234875 (or 0x234875) is known color: Venice Blue. HEX triplet: 23, 48 and 75. RGB value is (35,72,117). Sum of RGB (Red+Green+Blue) = 35+72+117=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #234875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234875 is #DCB78A. Grayscale: #414141. Windows color (decimal): -14464907 or 7686179. OLE color: 7686179.
HSL color Cylindrical-coordinate representation of color #234875: hue angle of 212.93º 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 #234875 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 72 | 117 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.54 |
| HSL | 212.93º | 0.54% | 0.3% | - |
| HSV(B) | 212.93º | 0.7% | 0.46% | - |
| XYZ | 6.22 | 6.28 | 17.71 | - |
| YUV | 66.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 117 | 0.70 | 0.38 | 0 | 0.54 | 212.93 | 0.54 | 0.3 |
| Hex | 23 | 48 | 75 | 46 | 26 | 0 | 36 | D5 | 36 | 1E |
| Octal | 43 | 110 | 165 | 106 | 46 | 0 | 66 | 325 | 66 | 36 |
| Binary | 100011 | 1001000 | 1110101 | 1000110 | 100110 | 0 | 110110 | 11010101 | 110110 | 11110 |
Color Harmonies of #234875
Complementary color
Monochromatic Colors of #234875
Black with #234875
Text Example
Text Example
White with #234875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234875; }
p { color: rgb(35,72,117); }
H1.HeaderClassName
{
color: #234875;
}
.AnyTagClassName
{
color: #234875;
}
</style>
background-color css
<style>
a { background-color: #234875; }
a { background-color: rgb(35,72,117); }
div.DivClassName
{
background-color: #234875;
}
.BgClassName
{
background-color: #234875;
}
</style>
border-color css
<style>
span { border-color: #234875; }
span { border-color: rgb(35,72,117); }
td.TdClassName
{
border-color: #234875;
}
.TagClassName
{
border-color: #234875;
}
</style>