Shades of Venice Blue #27496E
Tints of Venice Blue #27496E
RGB
CMYK
RGB Variations
Color information
#27496E (or 0x27496E) is known color: Venice Blue. HEX triplet: 27, 49 and 6E. RGB value is (39,73,110). Sum of RGB (Red+Green+Blue) = 39+73+110=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #27496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27496E is #D8B691. Grayscale: #424242. Windows color (decimal): -14202514 or 7227687. OLE color: 7227687.
HSL color Cylindrical-coordinate representation of color #27496E: hue angle of 211.27º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27496E is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 73 | 110 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.57 |
| HSL | 211.27º | 0.48% | 0.29% | - |
| HSV(B) | 211.27º | 0.65% | 0.43% | - |
| XYZ | 6.03 | 6.32 | 15.65 | - |
| YUV | 67.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 110 | 0.65 | 0.34 | 0 | 0.57 | 211.27 | 0.48 | 0.29 |
| Hex | 27 | 49 | 6E | 41 | 22 | 0 | 39 | D3 | 30 | 1D |
| Octal | 47 | 111 | 156 | 101 | 42 | 0 | 71 | 323 | 60 | 35 |
| Binary | 100111 | 1001001 | 1101110 | 1000001 | 100010 | 0 | 111001 | 11010011 | 110000 | 11101 |
Color Harmonies of #27496E
Complementary color
Monochromatic Colors of #27496E
Black with #27496E
Text Example
Text Example
White with #27496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27496E; }
p { color: rgb(39,73,110); }
H1.HeaderClassName
{
color: #27496E;
}
.AnyTagClassName
{
color: #27496E;
}
</style>
background-color css
<style>
a { background-color: #27496E; }
a { background-color: rgb(39,73,110); }
div.DivClassName
{
background-color: #27496E;
}
.BgClassName
{
background-color: #27496E;
}
</style>
border-color css
<style>
span { border-color: #27496E; }
span { border-color: rgb(39,73,110); }
td.TdClassName
{
border-color: #27496E;
}
.TagClassName
{
border-color: #27496E;
}
</style>