Shades of Venice Blue #27496D
Tints of Venice Blue #27496D
RGB
CMYK
RGB Variations
Color information
#27496D (or 0x27496D) is known color: Venice Blue. HEX triplet: 27, 49 and 6D. RGB value is (39,73,109). Sum of RGB (Red+Green+Blue) = 39+73+109=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #27496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27496D is #D8B692. Grayscale: #424242. Windows color (decimal): -14202515 or 7162151. OLE color: 7162151.
HSL color Cylindrical-coordinate representation of color #27496D: hue angle of 210.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27496D is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 73 | 109 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.57 |
| HSL | 210.86º | 0.47% | 0.29% | - |
| HSV(B) | 210.86º | 0.64% | 0.43% | - |
| XYZ | 5.98 | 6.3 | 15.37 | - |
| YUV | 66.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 109 | 0.64 | 0.33 | 0 | 0.57 | 210.86 | 0.47 | 0.29 |
| Hex | 27 | 49 | 6D | 40 | 21 | 0 | 39 | D3 | 2F | 1D |
| Octal | 47 | 111 | 155 | 100 | 41 | 0 | 71 | 323 | 57 | 35 |
| Binary | 100111 | 1001001 | 1101101 | 1000000 | 100001 | 0 | 111001 | 11010011 | 101111 | 11101 |
Color Harmonies of #27496D
Complementary color
Monochromatic Colors of #27496D
Black with #27496D
Text Example
Text Example
White with #27496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27496D; }
p { color: rgb(39,73,109); }
H1.HeaderClassName
{
color: #27496D;
}
.AnyTagClassName
{
color: #27496D;
}
</style>
background-color css
<style>
a { background-color: #27496D; }
a { background-color: rgb(39,73,109); }
div.DivClassName
{
background-color: #27496D;
}
.BgClassName
{
background-color: #27496D;
}
</style>
border-color css
<style>
span { border-color: #27496D; }
span { border-color: rgb(39,73,109); }
td.TdClassName
{
border-color: #27496D;
}
.TagClassName
{
border-color: #27496D;
}
</style>