Shades of Venice Blue #234C70
Tints of Venice Blue #234C70
RGB
CMYK
RGB Variations
Color information
#234C70 (or 0x234C70) is known color: Venice Blue. HEX triplet: 23, 4C and 70. RGB value is (35,76,112). Sum of RGB (Red+Green+Blue) = 35+76+112=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #234C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C70 is #DCB38F. Grayscale: #434343. Windows color (decimal): -14463888 or 7359523. OLE color: 7359523.
HSL color Cylindrical-coordinate representation of color #234C70: hue angle of 208.05º 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 #234C70 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 76 | 112 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.56 |
| HSL | 208.05º | 0.52% | 0.29% | - |
| HSV(B) | 208.05º | 0.69% | 0.44% | - |
| XYZ | 6.2 | 6.7 | 16.29 | - |
| YUV | 67.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 112 | 0.69 | 0.32 | 0 | 0.56 | 208.05 | 0.52 | 0.29 |
| Hex | 23 | 4C | 70 | 45 | 20 | 0 | 38 | D0 | 34 | 1D |
| Octal | 43 | 114 | 160 | 105 | 40 | 0 | 70 | 320 | 64 | 35 |
| Binary | 100011 | 1001100 | 1110000 | 1000101 | 100000 | 0 | 111000 | 11010000 | 110100 | 11101 |
Color Harmonies of #234C70
Complementary color
Monochromatic Colors of #234C70
Black with #234C70
Text Example
Text Example
White with #234C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C70; }
p { color: rgb(35,76,112); }
H1.HeaderClassName
{
color: #234C70;
}
.AnyTagClassName
{
color: #234C70;
}
</style>
background-color css
<style>
a { background-color: #234C70; }
a { background-color: rgb(35,76,112); }
div.DivClassName
{
background-color: #234C70;
}
.BgClassName
{
background-color: #234C70;
}
</style>
border-color css
<style>
span { border-color: #234C70; }
span { border-color: rgb(35,76,112); }
td.TdClassName
{
border-color: #234C70;
}
.TagClassName
{
border-color: #234C70;
}
</style>