Shades of Venice Blue #234C6E
Tints of Venice Blue #234C6E
RGB
CMYK
RGB Variations
Color information
#234C6E (or 0x234C6E) is known color: Venice Blue. HEX triplet: 23, 4C and 6E. RGB value is (35,76,110). Sum of RGB (Red+Green+Blue) = 35+76+110=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #234C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6E is #DCB391. Grayscale: #434343. Windows color (decimal): -14463890 or 7228451. OLE color: 7228451.
HSL color Cylindrical-coordinate representation of color #234C6E: hue angle of 207.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #234C6E is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 76 | 110 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.57 |
| HSL | 207.2º | 0.52% | 0.28% | - |
| HSV(B) | 207.2º | 0.68% | 0.43% | - |
| XYZ | 6.09 | 6.65 | 15.71 | - |
| YUV | 67.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 110 | 0.68 | 0.31 | 0 | 0.57 | 207.2 | 0.52 | 0.28 |
| Hex | 23 | 4C | 6E | 44 | 1F | 0 | 39 | CF | 34 | 1C |
| Octal | 43 | 114 | 156 | 104 | 37 | 0 | 71 | 317 | 64 | 34 |
| Binary | 100011 | 1001100 | 1101110 | 1000100 | 11111 | 0 | 111001 | 11001111 | 110100 | 11100 |
Color Harmonies of #234C6E
Complementary color
Monochromatic Colors of #234C6E
Black with #234C6E
Text Example
Text Example
White with #234C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C6E; }
p { color: rgb(35,76,110); }
H1.HeaderClassName
{
color: #234C6E;
}
.AnyTagClassName
{
color: #234C6E;
}
</style>
background-color css
<style>
a { background-color: #234C6E; }
a { background-color: rgb(35,76,110); }
div.DivClassName
{
background-color: #234C6E;
}
.BgClassName
{
background-color: #234C6E;
}
</style>
border-color css
<style>
span { border-color: #234C6E; }
span { border-color: rgb(35,76,110); }
td.TdClassName
{
border-color: #234C6E;
}
.TagClassName
{
border-color: #234C6E;
}
</style>