Shades of Venice Blue #27486D
Tints of Venice Blue #27486D
RGB
CMYK
RGB Variations
Color information
#27486D (or 0x27486D) is known color: Venice Blue. HEX triplet: 27, 48 and 6D. RGB value is (39,72,109). Sum of RGB (Red+Green+Blue) = 39+72+109=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 72 (28.52% from 255 or 32.73% 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 #27486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27486D is #D8B792. Grayscale: #424242. Windows color (decimal): -14202771 or 7161895. OLE color: 7161895.
HSL color Cylindrical-coordinate representation of color #27486D: hue angle of 211.71º 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 #27486D is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 39 | 72 | 109 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.57 |
| HSL | 211.71º | 0.47% | 0.29% | - |
| HSV(B) | 211.71º | 0.64% | 0.43% | - |
| XYZ | 5.91 | 6.17 | 15.35 | - |
| YUV | 66.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 109 | 0.64 | 0.34 | 0 | 0.57 | 211.71 | 0.47 | 0.29 |
| Hex | 27 | 48 | 6D | 40 | 22 | 0 | 39 | D4 | 2F | 1D |
| Octal | 47 | 110 | 155 | 100 | 42 | 0 | 71 | 324 | 57 | 35 |
| Binary | 100111 | 1001000 | 1101101 | 1000000 | 100010 | 0 | 111001 | 11010100 | 101111 | 11101 |
Color Harmonies of #27486D
Complementary color
Monochromatic Colors of #27486D
Black with #27486D
Text Example
Text Example
White with #27486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27486D; }
p { color: rgb(39,72,109); }
H1.HeaderClassName
{
color: #27486D;
}
.AnyTagClassName
{
color: #27486D;
}
</style>
background-color css
<style>
a { background-color: #27486D; }
a { background-color: rgb(39,72,109); }
div.DivClassName
{
background-color: #27486D;
}
.BgClassName
{
background-color: #27486D;
}
</style>
border-color css
<style>
span { border-color: #27486D; }
span { border-color: rgb(39,72,109); }
td.TdClassName
{
border-color: #27486D;
}
.TagClassName
{
border-color: #27486D;
}
</style>