Shades of Venice Blue #234B6E
Tints of Venice Blue #234B6E
RGB
CMYK
RGB Variations
Color information
#234B6E (or 0x234B6E) is known color: Venice Blue. HEX triplet: 23, 4B and 6E. RGB value is (35,75,110). Sum of RGB (Red+Green+Blue) = 35+75+110=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #234B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234B6E is #DCB491. Grayscale: #424242. Windows color (decimal): -14464146 or 7228195. OLE color: 7228195.
HSL color Cylindrical-coordinate representation of color #234B6E: hue angle of 208º 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 #234B6E is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 75 | 110 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.57 |
| HSL | 208º | 0.52% | 0.28% | - |
| HSV(B) | 208º | 0.68% | 0.43% | - |
| XYZ | 6.02 | 6.52 | 15.69 | - |
| YUV | 67.03 | 152.25 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 110 | 0.68 | 0.32 | 0 | 0.57 | 208 | 0.52 | 0.28 |
| Hex | 23 | 4B | 6E | 44 | 20 | 0 | 39 | D0 | 34 | 1C |
| Octal | 43 | 113 | 156 | 104 | 40 | 0 | 71 | 320 | 64 | 34 |
| Binary | 100011 | 1001011 | 1101110 | 1000100 | 100000 | 0 | 111001 | 11010000 | 110100 | 11100 |
Color Harmonies of #234B6E
Complementary color
Monochromatic Colors of #234B6E
Black with #234B6E
Text Example
Text Example
White with #234B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234B6E; }
p { color: rgb(35,75,110); }
H1.HeaderClassName
{
color: #234B6E;
}
.AnyTagClassName
{
color: #234B6E;
}
</style>
background-color css
<style>
a { background-color: #234B6E; }
a { background-color: rgb(35,75,110); }
div.DivClassName
{
background-color: #234B6E;
}
.BgClassName
{
background-color: #234B6E;
}
</style>
border-color css
<style>
span { border-color: #234B6E; }
span { border-color: rgb(35,75,110); }
td.TdClassName
{
border-color: #234B6E;
}
.TagClassName
{
border-color: #234B6E;
}
</style>