Shades of Venice Blue #234E75
Tints of Venice Blue #234E75
RGB
CMYK
RGB Variations
Color information
#234E75 (or 0x234E75) is known color: Venice Blue. HEX triplet: 23, 4E and 75. RGB value is (35,78,117). Sum of RGB (Red+Green+Blue) = 35+78+117=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #234E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E75 is #DCB18A. Grayscale: #454545. Windows color (decimal): -14463371 or 7687715. OLE color: 7687715.
HSL color Cylindrical-coordinate representation of color #234E75: hue angle of 208.54º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234E75 is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 35 | 78 | 117 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.54 |
| HSL | 208.54º | 0.54% | 0.3% | - |
| HSV(B) | 208.54º | 0.7% | 0.46% | - |
| XYZ | 6.63 | 7.09 | 17.85 | - |
| YUV | 69.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 117 | 0.70 | 0.33 | 0 | 0.54 | 208.54 | 0.54 | 0.3 |
| Hex | 23 | 4E | 75 | 46 | 21 | 0 | 36 | D1 | 36 | 1E |
| Octal | 43 | 116 | 165 | 106 | 41 | 0 | 66 | 321 | 66 | 36 |
| Binary | 100011 | 1001110 | 1110101 | 1000110 | 100001 | 0 | 110110 | 11010001 | 110110 | 11110 |
Color Harmonies of #234E75
Complementary color
Monochromatic Colors of #234E75
Black with #234E75
Text Example
Text Example
White with #234E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E75; }
p { color: rgb(35,78,117); }
H1.HeaderClassName
{
color: #234E75;
}
.AnyTagClassName
{
color: #234E75;
}
</style>
background-color css
<style>
a { background-color: #234E75; }
a { background-color: rgb(35,78,117); }
div.DivClassName
{
background-color: #234E75;
}
.BgClassName
{
background-color: #234E75;
}
</style>
border-color css
<style>
span { border-color: #234E75; }
span { border-color: rgb(35,78,117); }
td.TdClassName
{
border-color: #234E75;
}
.TagClassName
{
border-color: #234E75;
}
</style>