Shades of Venice Blue #234B73
Tints of Venice Blue #234B73
RGB
CMYK
RGB Variations
Color information
#234B73 (or 0x234B73) is known color: Venice Blue. HEX triplet: 23, 4B and 73. RGB value is (35,75,115). Sum of RGB (Red+Green+Blue) = 35+75+115=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #234B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B73 is #DCB48C. Grayscale: #434343. Windows color (decimal): -14464141 or 7555875. OLE color: 7555875.
HSL color Cylindrical-coordinate representation of color #234B73: hue angle of 210º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234B73 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 75 | 115 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.55 |
| HSL | 210º | 0.53% | 0.29% | - |
| HSV(B) | 210º | 0.7% | 0.45% | - |
| XYZ | 6.3 | 6.63 | 17.17 | - |
| YUV | 67.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 115 | 0.70 | 0.35 | 0 | 0.55 | 210 | 0.53 | 0.29 |
| Hex | 23 | 4B | 73 | 46 | 23 | 0 | 37 | D2 | 35 | 1D |
| Octal | 43 | 113 | 163 | 106 | 43 | 0 | 67 | 322 | 65 | 35 |
| Binary | 100011 | 1001011 | 1110011 | 1000110 | 100011 | 0 | 110111 | 11010010 | 110101 | 11101 |
Color Harmonies of #234B73
Complementary color
Monochromatic Colors of #234B73
Black with #234B73
Text Example
Text Example
White with #234B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B73; }
p { color: rgb(35,75,115); }
H1.HeaderClassName
{
color: #234B73;
}
.AnyTagClassName
{
color: #234B73;
}
</style>
background-color css
<style>
a { background-color: #234B73; }
a { background-color: rgb(35,75,115); }
div.DivClassName
{
background-color: #234B73;
}
.BgClassName
{
background-color: #234B73;
}
</style>
border-color css
<style>
span { border-color: #234B73; }
span { border-color: rgb(35,75,115); }
td.TdClassName
{
border-color: #234B73;
}
.TagClassName
{
border-color: #234B73;
}
</style>