Shades of Venice Blue #234575
Tints of Venice Blue #234575
RGB
CMYK
RGB Variations
Color information
#234575 (or 0x234575) is known color: Venice Blue. HEX triplet: 23, 45 and 75. RGB value is (35,69,117). Sum of RGB (Red+Green+Blue) = 35+69+117=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #234575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234575 is #DCBA8A. Grayscale: #404040. Windows color (decimal): -14465675 or 7685411. OLE color: 7685411.
HSL color Cylindrical-coordinate representation of color #234575: hue angle of 215.12º 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 #234575 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 69 | 117 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.54 |
| HSL | 215.12º | 0.54% | 0.3% | - |
| HSV(B) | 215.12º | 0.7% | 0.46% | - |
| XYZ | 6.03 | 5.9 | 17.65 | - |
| YUV | 64.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 117 | 0.70 | 0.41 | 0 | 0.54 | 215.12 | 0.54 | 0.3 |
| Hex | 23 | 45 | 75 | 46 | 29 | 0 | 36 | D7 | 36 | 1E |
| Octal | 43 | 105 | 165 | 106 | 51 | 0 | 66 | 327 | 66 | 36 |
| Binary | 100011 | 1000101 | 1110101 | 1000110 | 101001 | 0 | 110110 | 11010111 | 110110 | 11110 |
Color Harmonies of #234575
Complementary color
Monochromatic Colors of #234575
Black with #234575
Text Example
Text Example
White with #234575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234575; }
p { color: rgb(35,69,117); }
H1.HeaderClassName
{
color: #234575;
}
.AnyTagClassName
{
color: #234575;
}
</style>
background-color css
<style>
a { background-color: #234575; }
a { background-color: rgb(35,69,117); }
div.DivClassName
{
background-color: #234575;
}
.BgClassName
{
background-color: #234575;
}
</style>
border-color css
<style>
span { border-color: #234575; }
span { border-color: rgb(35,69,117); }
td.TdClassName
{
border-color: #234575;
}
.TagClassName
{
border-color: #234575;
}
</style>