Shades of Venice Blue #23486F
Tints of Venice Blue #23486F
RGB
CMYK
RGB Variations
Color information
#23486F (or 0x23486F) is known color: Venice Blue. HEX triplet: 23, 48 and 6F. RGB value is (35,72,111). Sum of RGB (Red+Green+Blue) = 35+72+111=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #23486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23486F is #DCB790. Grayscale: #414141. Windows color (decimal): -14464913 or 7292963. OLE color: 7292963.
HSL color Cylindrical-coordinate representation of color #23486F: hue angle of 210.79º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23486F is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 72 | 111 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.56 |
| HSL | 210.79º | 0.52% | 0.29% | - |
| HSV(B) | 210.79º | 0.68% | 0.44% | - |
| XYZ | 5.88 | 6.14 | 15.91 | - |
| YUV | 65.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 72 | 111 | 0.68 | 0.35 | 0 | 0.56 | 210.79 | 0.52 | 0.29 |
| Hex | 23 | 48 | 6F | 44 | 23 | 0 | 38 | D3 | 34 | 1D |
| Octal | 43 | 110 | 157 | 104 | 43 | 0 | 70 | 323 | 64 | 35 |
| Binary | 100011 | 1001000 | 1101111 | 1000100 | 100011 | 0 | 111000 | 11010011 | 110100 | 11101 |
Color Harmonies of #23486F
Complementary color
Monochromatic Colors of #23486F
Black with #23486F
Text Example
Text Example
White with #23486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23486F; }
p { color: rgb(35,72,111); }
H1.HeaderClassName
{
color: #23486F;
}
.AnyTagClassName
{
color: #23486F;
}
</style>
background-color css
<style>
a { background-color: #23486F; }
a { background-color: rgb(35,72,111); }
div.DivClassName
{
background-color: #23486F;
}
.BgClassName
{
background-color: #23486F;
}
</style>
border-color css
<style>
span { border-color: #23486F; }
span { border-color: rgb(35,72,111); }
td.TdClassName
{
border-color: #23486F;
}
.TagClassName
{
border-color: #23486F;
}
</style>