Shades of Venice Blue #234A74
Tints of Venice Blue #234A74
RGB
CMYK
RGB Variations
Color information
#234A74 (or 0x234A74) is known color: Venice Blue. HEX triplet: 23, 4A and 74. RGB value is (35,74,116). Sum of RGB (Red+Green+Blue) = 35+74+116=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #234A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234A74 is #DCB58B. Grayscale: #424242. Windows color (decimal): -14464396 or 7621155. OLE color: 7621155.
HSL color Cylindrical-coordinate representation of color #234A74: hue angle of 211.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #234A74 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 74 | 116 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.55 |
| HSL | 211.11º | 0.54% | 0.3% | - |
| HSV(B) | 211.11º | 0.7% | 0.45% | - |
| XYZ | 6.29 | 6.52 | 17.45 | - |
| YUV | 67.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 116 | 0.70 | 0.36 | 0 | 0.55 | 211.11 | 0.54 | 0.3 |
| Hex | 23 | 4A | 74 | 46 | 24 | 0 | 37 | D3 | 36 | 1E |
| Octal | 43 | 112 | 164 | 106 | 44 | 0 | 67 | 323 | 66 | 36 |
| Binary | 100011 | 1001010 | 1110100 | 1000110 | 100100 | 0 | 110111 | 11010011 | 110110 | 11110 |
Color Harmonies of #234A74
Complementary color
Monochromatic Colors of #234A74
Black with #234A74
Text Example
Text Example
White with #234A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A74; }
p { color: rgb(35,74,116); }
H1.HeaderClassName
{
color: #234A74;
}
.AnyTagClassName
{
color: #234A74;
}
</style>
background-color css
<style>
a { background-color: #234A74; }
a { background-color: rgb(35,74,116); }
div.DivClassName
{
background-color: #234A74;
}
.BgClassName
{
background-color: #234A74;
}
</style>
border-color css
<style>
span { border-color: #234A74; }
span { border-color: rgb(35,74,116); }
td.TdClassName
{
border-color: #234A74;
}
.TagClassName
{
border-color: #234A74;
}
</style>