Shades of Venice Blue #234D71
Tints of Venice Blue #234D71
RGB
CMYK
RGB Variations
Color information
#234D71 (or 0x234D71) is known color: Venice Blue. HEX triplet: 23, 4D and 71. RGB value is (35,77,113). Sum of RGB (Red+Green+Blue) = 35+77+113=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #234D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234D71 is #DCB28E. Grayscale: #444444. Windows color (decimal): -14463631 or 7425315. OLE color: 7425315.
HSL color Cylindrical-coordinate representation of color #234D71: hue angle of 207.69º 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 #234D71 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 77 | 113 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.56 |
| HSL | 207.69º | 0.53% | 0.29% | - |
| HSV(B) | 207.69º | 0.69% | 0.44% | - |
| XYZ | 6.33 | 6.86 | 16.61 | - |
| YUV | 68.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 113 | 0.69 | 0.32 | 0 | 0.56 | 207.69 | 0.53 | 0.29 |
| Hex | 23 | 4D | 71 | 45 | 20 | 0 | 38 | D0 | 35 | 1D |
| Octal | 43 | 115 | 161 | 105 | 40 | 0 | 70 | 320 | 65 | 35 |
| Binary | 100011 | 1001101 | 1110001 | 1000101 | 100000 | 0 | 111000 | 11010000 | 110101 | 11101 |
Color Harmonies of #234D71
Complementary color
Monochromatic Colors of #234D71
Black with #234D71
Text Example
Text Example
White with #234D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D71; }
p { color: rgb(35,77,113); }
H1.HeaderClassName
{
color: #234D71;
}
.AnyTagClassName
{
color: #234D71;
}
</style>
background-color css
<style>
a { background-color: #234D71; }
a { background-color: rgb(35,77,113); }
div.DivClassName
{
background-color: #234D71;
}
.BgClassName
{
background-color: #234D71;
}
</style>
border-color css
<style>
span { border-color: #234D71; }
span { border-color: rgb(35,77,113); }
td.TdClassName
{
border-color: #234D71;
}
.TagClassName
{
border-color: #234D71;
}
</style>