Shades of Venice Blue #234E77
Tints of Venice Blue #234E77
RGB
CMYK
RGB Variations
Color information
#234E77 (or 0x234E77) is known color: Venice Blue. HEX triplet: 23, 4E and 77. RGB value is (35,78,119). Sum of RGB (Red+Green+Blue) = 35+78+119=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #234E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #234E77 is #DCB188. Grayscale: #454545. Windows color (decimal): -14463369 or 7818787. OLE color: 7818787.
HSL color Cylindrical-coordinate representation of color #234E77: hue angle of 209.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #234E77 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 78 | 119 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.53 |
| HSL | 209.29º | 0.55% | 0.3% | - |
| HSV(B) | 209.29º | 0.71% | 0.47% | - |
| XYZ | 6.75 | 7.14 | 18.47 | - |
| YUV | 69.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 119 | 0.71 | 0.34 | 0 | 0.53 | 209.29 | 0.55 | 0.3 |
| Hex | 23 | 4E | 77 | 47 | 22 | 0 | 35 | D1 | 37 | 1E |
| Octal | 43 | 116 | 167 | 107 | 42 | 0 | 65 | 321 | 67 | 36 |
| Binary | 100011 | 1001110 | 1110111 | 1000111 | 100010 | 0 | 110101 | 11010001 | 110111 | 11110 |
Color Harmonies of #234E77
Complementary color
Monochromatic Colors of #234E77
Black with #234E77
Text Example
Text Example
White with #234E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234E77; }
p { color: rgb(35,78,119); }
H1.HeaderClassName
{
color: #234E77;
}
.AnyTagClassName
{
color: #234E77;
}
</style>
background-color css
<style>
a { background-color: #234E77; }
a { background-color: rgb(35,78,119); }
div.DivClassName
{
background-color: #234E77;
}
.BgClassName
{
background-color: #234E77;
}
</style>
border-color css
<style>
span { border-color: #234E77; }
span { border-color: rgb(35,78,119); }
td.TdClassName
{
border-color: #234E77;
}
.TagClassName
{
border-color: #234E77;
}
</style>