Shades of Venice Blue #274771
Tints of Venice Blue #274771
RGB
CMYK
RGB Variations
Color information
#274771 (or 0x274771) is known color: Venice Blue. HEX triplet: 27, 47 and 71. RGB value is (39,71,113). Sum of RGB (Red+Green+Blue) = 39+71+113=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #274771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274771 is #D8B88E. Grayscale: #424242. Windows color (decimal): -14203023 or 7423783. OLE color: 7423783.
HSL color Cylindrical-coordinate representation of color #274771: hue angle of 214.05º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #274771 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 71 | 113 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.56 |
| HSL | 214.05º | 0.49% | 0.3% | - |
| HSV(B) | 214.05º | 0.65% | 0.44% | - |
| XYZ | 6.07 | 6.13 | 16.49 | - |
| YUV | 66.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 113 | 0.65 | 0.37 | 0 | 0.56 | 214.05 | 0.49 | 0.3 |
| Hex | 27 | 47 | 71 | 41 | 25 | 0 | 38 | D6 | 31 | 1E |
| Octal | 47 | 107 | 161 | 101 | 45 | 0 | 70 | 326 | 61 | 36 |
| Binary | 100111 | 1000111 | 1110001 | 1000001 | 100101 | 0 | 111000 | 11010110 | 110001 | 11110 |
Color Harmonies of #274771
Complementary color
Monochromatic Colors of #274771
Black with #274771
Text Example
Text Example
White with #274771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274771; }
p { color: rgb(39,71,113); }
H1.HeaderClassName
{
color: #274771;
}
.AnyTagClassName
{
color: #274771;
}
</style>
background-color css
<style>
a { background-color: #274771; }
a { background-color: rgb(39,71,113); }
div.DivClassName
{
background-color: #274771;
}
.BgClassName
{
background-color: #274771;
}
</style>
border-color css
<style>
span { border-color: #274771; }
span { border-color: rgb(39,71,113); }
td.TdClassName
{
border-color: #274771;
}
.TagClassName
{
border-color: #274771;
}
</style>