Shades of Venice Blue #234C6D
Tints of Venice Blue #234C6D
RGB
CMYK
RGB Variations
Color information
#234C6D (or 0x234C6D) is known color: Venice Blue. HEX triplet: 23, 4C and 6D. RGB value is (35,76,109). Sum of RGB (Red+Green+Blue) = 35+76+109=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #234C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234C6D is #DCB392. Grayscale: #434343. Windows color (decimal): -14463891 or 7162915. OLE color: 7162915.
HSL color Cylindrical-coordinate representation of color #234C6D: hue angle of 206.76º degrees, saturation: 0.51, 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 #234C6D is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 35 | 76 | 109 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.57 |
| HSL | 206.76º | 0.51% | 0.28% | - |
| HSV(B) | 206.76º | 0.68% | 0.43% | - |
| XYZ | 6.04 | 6.63 | 15.43 | - |
| YUV | 67.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 109 | 0.68 | 0.30 | 0 | 0.57 | 206.76 | 0.51 | 0.28 |
| Hex | 23 | 4C | 6D | 44 | 1E | 0 | 39 | CF | 33 | 1C |
| Octal | 43 | 114 | 155 | 104 | 36 | 0 | 71 | 317 | 63 | 34 |
| Binary | 100011 | 1001100 | 1101101 | 1000100 | 11110 | 0 | 111001 | 11001111 | 110011 | 11100 |
Color Harmonies of #234C6D
Complementary color
Monochromatic Colors of #234C6D
Black with #234C6D
Text Example
Text Example
White with #234C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C6D; }
p { color: rgb(35,76,109); }
H1.HeaderClassName
{
color: #234C6D;
}
.AnyTagClassName
{
color: #234C6D;
}
</style>
background-color css
<style>
a { background-color: #234C6D; }
a { background-color: rgb(35,76,109); }
div.DivClassName
{
background-color: #234C6D;
}
.BgClassName
{
background-color: #234C6D;
}
</style>
border-color css
<style>
span { border-color: #234C6D; }
span { border-color: rgb(35,76,109); }
td.TdClassName
{
border-color: #234C6D;
}
.TagClassName
{
border-color: #234C6D;
}
</style>