Shades of Venice Blue #234B77
Tints of Venice Blue #234B77
RGB
CMYK
RGB Variations
Color information
#234B77 (or 0x234B77) is known color: Venice Blue. HEX triplet: 23, 4B and 77. RGB value is (35,75,119). Sum of RGB (Red+Green+Blue) = 35+75+119=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #234B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B77 is #DCB488. Grayscale: #434343. Windows color (decimal): -14464137 or 7818019. OLE color: 7818019.
HSL color Cylindrical-coordinate representation of color #234B77: hue angle of 211.43º 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 #234B77 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 75 | 119 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.53 |
| HSL | 211.43º | 0.55% | 0.3% | - |
| HSV(B) | 211.43º | 0.71% | 0.47% | - |
| XYZ | 6.54 | 6.72 | 18.41 | - |
| YUV | 68.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 119 | 0.71 | 0.37 | 0 | 0.53 | 211.43 | 0.55 | 0.3 |
| Hex | 23 | 4B | 77 | 47 | 25 | 0 | 35 | D3 | 37 | 1E |
| Octal | 43 | 113 | 167 | 107 | 45 | 0 | 65 | 323 | 67 | 36 |
| Binary | 100011 | 1001011 | 1110111 | 1000111 | 100101 | 0 | 110101 | 11010011 | 110111 | 11110 |
Color Harmonies of #234B77
Complementary color
Monochromatic Colors of #234B77
Black with #234B77
Text Example
Text Example
White with #234B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B77; }
p { color: rgb(35,75,119); }
H1.HeaderClassName
{
color: #234B77;
}
.AnyTagClassName
{
color: #234B77;
}
</style>
background-color css
<style>
a { background-color: #234B77; }
a { background-color: rgb(35,75,119); }
div.DivClassName
{
background-color: #234B77;
}
.BgClassName
{
background-color: #234B77;
}
</style>
border-color css
<style>
span { border-color: #234B77; }
span { border-color: rgb(35,75,119); }
td.TdClassName
{
border-color: #234B77;
}
.TagClassName
{
border-color: #234B77;
}
</style>