Shades of Venice Blue #234670
Tints of Venice Blue #234670
RGB
CMYK
RGB Variations
Color information
#234670 (or 0x234670) is known color: Venice Blue. HEX triplet: 23, 46 and 70. RGB value is (35,70,112). Sum of RGB (Red+Green+Blue) = 35+70+112=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #234670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234670 is #DCB98F. Grayscale: #404040. Windows color (decimal): -14465424 or 7357987. OLE color: 7357987.
HSL color Cylindrical-coordinate representation of color #234670: hue angle of 212.73º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #234670 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 70 | 112 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.56 |
| HSL | 212.73º | 0.52% | 0.29% | - |
| HSV(B) | 212.73º | 0.69% | 0.44% | - |
| XYZ | 5.81 | 5.91 | 16.16 | - |
| YUV | 64.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 112 | 0.69 | 0.38 | 0 | 0.56 | 212.73 | 0.52 | 0.29 |
| Hex | 23 | 46 | 70 | 45 | 26 | 0 | 38 | D5 | 34 | 1D |
| Octal | 43 | 106 | 160 | 105 | 46 | 0 | 70 | 325 | 64 | 35 |
| Binary | 100011 | 1000110 | 1110000 | 1000101 | 100110 | 0 | 111000 | 11010101 | 110100 | 11101 |
Color Harmonies of #234670
Complementary color
Monochromatic Colors of #234670
Black with #234670
Text Example
Text Example
White with #234670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234670; }
p { color: rgb(35,70,112); }
H1.HeaderClassName
{
color: #234670;
}
.AnyTagClassName
{
color: #234670;
}
</style>
background-color css
<style>
a { background-color: #234670; }
a { background-color: rgb(35,70,112); }
div.DivClassName
{
background-color: #234670;
}
.BgClassName
{
background-color: #234670;
}
</style>
border-color css
<style>
span { border-color: #234670; }
span { border-color: rgb(35,70,112); }
td.TdClassName
{
border-color: #234670;
}
.TagClassName
{
border-color: #234670;
}
</style>