Shades of Venice Blue #234871
Tints of Venice Blue #234871
RGB
CMYK
RGB Variations
Color information
#234871 (or 0x234871) is known color: Venice Blue. HEX triplet: 23, 48 and 71. RGB value is (35,72,113). Sum of RGB (Red+Green+Blue) = 35+72+113=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #234871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234871 is #DCB78E. Grayscale: #414141. Windows color (decimal): -14464911 or 7424035. OLE color: 7424035.
HSL color Cylindrical-coordinate representation of color #234871: hue angle of 211.54º degrees, saturation: 0.53, 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 #234871 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 72 | 113 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.56 |
| HSL | 211.54º | 0.53% | 0.29% | - |
| HSV(B) | 211.54º | 0.69% | 0.44% | - |
| XYZ | 5.99 | 6.18 | 16.5 | - |
| YUV | 65.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 113 | 0.69 | 0.36 | 0 | 0.56 | 211.54 | 0.53 | 0.29 |
| Hex | 23 | 48 | 71 | 45 | 24 | 0 | 38 | D4 | 35 | 1D |
| Octal | 43 | 110 | 161 | 105 | 44 | 0 | 70 | 324 | 65 | 35 |
| Binary | 100011 | 1001000 | 1110001 | 1000101 | 100100 | 0 | 111000 | 11010100 | 110101 | 11101 |
Color Harmonies of #234871
Complementary color
Monochromatic Colors of #234871
Black with #234871
Text Example
Text Example
White with #234871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234871; }
p { color: rgb(35,72,113); }
H1.HeaderClassName
{
color: #234871;
}
.AnyTagClassName
{
color: #234871;
}
</style>
background-color css
<style>
a { background-color: #234871; }
a { background-color: rgb(35,72,113); }
div.DivClassName
{
background-color: #234871;
}
.BgClassName
{
background-color: #234871;
}
</style>
border-color css
<style>
span { border-color: #234871; }
span { border-color: rgb(35,72,113); }
td.TdClassName
{
border-color: #234871;
}
.TagClassName
{
border-color: #234871;
}
</style>