Shades of Venice Blue #234B70
Tints of Venice Blue #234B70
RGB
CMYK
RGB Variations
Color information
#234B70 (or 0x234B70) is known color: Venice Blue. HEX triplet: 23, 4B and 70. RGB value is (35,75,112). Sum of RGB (Red+Green+Blue) = 35+75+112=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #234B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B70 is #DCB48F. Grayscale: #434343. Windows color (decimal): -14464144 or 7359267. OLE color: 7359267.
HSL color Cylindrical-coordinate representation of color #234B70: hue angle of 208.83º 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 #234B70 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 75 | 112 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.56 |
| HSL | 208.83º | 0.52% | 0.29% | - |
| HSV(B) | 208.83º | 0.69% | 0.44% | - |
| XYZ | 6.13 | 6.56 | 16.27 | - |
| YUV | 67.26 | 153.25 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 112 | 0.69 | 0.33 | 0 | 0.56 | 208.83 | 0.52 | 0.29 |
| Hex | 23 | 4B | 70 | 45 | 21 | 0 | 38 | D1 | 34 | 1D |
| Octal | 43 | 113 | 160 | 105 | 41 | 0 | 70 | 321 | 64 | 35 |
| Binary | 100011 | 1001011 | 1110000 | 1000101 | 100001 | 0 | 111000 | 11010001 | 110100 | 11101 |
Color Harmonies of #234B70
Complementary color
Monochromatic Colors of #234B70
Black with #234B70
Text Example
Text Example
White with #234B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B70; }
p { color: rgb(35,75,112); }
H1.HeaderClassName
{
color: #234B70;
}
.AnyTagClassName
{
color: #234B70;
}
</style>
background-color css
<style>
a { background-color: #234B70; }
a { background-color: rgb(35,75,112); }
div.DivClassName
{
background-color: #234B70;
}
.BgClassName
{
background-color: #234B70;
}
</style>
border-color css
<style>
span { border-color: #234B70; }
span { border-color: rgb(35,75,112); }
td.TdClassName
{
border-color: #234B70;
}
.TagClassName
{
border-color: #234B70;
}
</style>