Shades of Venice Blue #234C71
Tints of Venice Blue #234C71
RGB
CMYK
RGB Variations
Color information
#234C71 (or 0x234C71) is known color: Venice Blue. HEX triplet: 23, 4C and 71. RGB value is (35,76,113). Sum of RGB (Red+Green+Blue) = 35+76+113=224 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.62% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #234C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C71 is #DCB38E. Grayscale: #434343. Windows color (decimal): -14463887 or 7425059. OLE color: 7425059.
HSL color Cylindrical-coordinate representation of color #234C71: hue angle of 208.46º 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 #234C71 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 76 | 113 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.56 |
| HSL | 208.46º | 0.53% | 0.29% | - |
| HSV(B) | 208.46º | 0.69% | 0.44% | - |
| XYZ | 6.26 | 6.72 | 16.59 | - |
| YUV | 67.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 113 | 0.69 | 0.33 | 0 | 0.56 | 208.46 | 0.53 | 0.29 |
| Hex | 23 | 4C | 71 | 45 | 21 | 0 | 38 | D0 | 35 | 1D |
| Octal | 43 | 114 | 161 | 105 | 41 | 0 | 70 | 320 | 65 | 35 |
| Binary | 100011 | 1001100 | 1110001 | 1000101 | 100001 | 0 | 111000 | 11010000 | 110101 | 11101 |
Color Harmonies of #234C71
Complementary color
Monochromatic Colors of #234C71
Black with #234C71
Text Example
Text Example
White with #234C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C71; }
p { color: rgb(35,76,113); }
H1.HeaderClassName
{
color: #234C71;
}
.AnyTagClassName
{
color: #234C71;
}
</style>
background-color css
<style>
a { background-color: #234C71; }
a { background-color: rgb(35,76,113); }
div.DivClassName
{
background-color: #234C71;
}
.BgClassName
{
background-color: #234C71;
}
</style>
border-color css
<style>
span { border-color: #234C71; }
span { border-color: rgb(35,76,113); }
td.TdClassName
{
border-color: #234C71;
}
.TagClassName
{
border-color: #234C71;
}
</style>