Shades of Venice Blue #234877
Tints of Venice Blue #234877
RGB
CMYK
RGB Variations
Color information
#234877 (or 0x234877) is known color: Venice Blue. HEX triplet: 23, 48 and 77. RGB value is (35,72,119). Sum of RGB (Red+Green+Blue) = 35+72+119=226 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.49% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #234877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234877 is #DCB788. Grayscale: #424242. Windows color (decimal): -14464905 or 7817251. OLE color: 7817251.
HSL color Cylindrical-coordinate representation of color #234877: hue angle of 213.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234877 is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 72 | 119 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.53 |
| HSL | 213.57º | 0.55% | 0.3% | - |
| HSV(B) | 213.57º | 0.71% | 0.47% | - |
| XYZ | 6.34 | 6.32 | 18.34 | - |
| YUV | 66.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 119 | 0.71 | 0.39 | 0 | 0.53 | 213.57 | 0.55 | 0.3 |
| Hex | 23 | 48 | 77 | 47 | 27 | 0 | 35 | D6 | 37 | 1E |
| Octal | 43 | 110 | 167 | 107 | 47 | 0 | 65 | 326 | 67 | 36 |
| Binary | 100011 | 1001000 | 1110111 | 1000111 | 100111 | 0 | 110101 | 11010110 | 110111 | 11110 |
Color Harmonies of #234877
Complementary color
Monochromatic Colors of #234877
Black with #234877
Text Example
Text Example
White with #234877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234877; }
p { color: rgb(35,72,119); }
H1.HeaderClassName
{
color: #234877;
}
.AnyTagClassName
{
color: #234877;
}
</style>
background-color css
<style>
a { background-color: #234877; }
a { background-color: rgb(35,72,119); }
div.DivClassName
{
background-color: #234877;
}
.BgClassName
{
background-color: #234877;
}
</style>
border-color css
<style>
span { border-color: #234877; }
span { border-color: rgb(35,72,119); }
td.TdClassName
{
border-color: #234877;
}
.TagClassName
{
border-color: #234877;
}
</style>