Shades of Venice Blue #274976
Tints of Venice Blue #274976
RGB
CMYK
RGB Variations
Color information
#274976 (or 0x274976) is known color: Venice Blue. HEX triplet: 27, 49 and 76. RGB value is (39,73,118). Sum of RGB (Red+Green+Blue) = 39+73+118=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #274976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274976 is #D8B689. Grayscale: #434343. Windows color (decimal): -14202506 or 7751975. OLE color: 7751975.
HSL color Cylindrical-coordinate representation of color #274976: hue angle of 214.18º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274976 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 73 | 118 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.54 |
| HSL | 214.18º | 0.5% | 0.31% | - |
| HSV(B) | 214.18º | 0.67% | 0.46% | - |
| XYZ | 6.49 | 6.5 | 18.05 | - |
| YUV | 67.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 118 | 0.67 | 0.38 | 0 | 0.54 | 214.18 | 0.5 | 0.31 |
| Hex | 27 | 49 | 76 | 43 | 26 | 0 | 36 | D6 | 32 | 1F |
| Octal | 47 | 111 | 166 | 103 | 46 | 0 | 66 | 326 | 62 | 37 |
| Binary | 100111 | 1001001 | 1110110 | 1000011 | 100110 | 0 | 110110 | 11010110 | 110010 | 11111 |
Color Harmonies of #274976
Complementary color
Monochromatic Colors of #274976
Black with #274976
Text Example
Text Example
White with #274976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274976; }
p { color: rgb(39,73,118); }
H1.HeaderClassName
{
color: #274976;
}
.AnyTagClassName
{
color: #274976;
}
</style>
background-color css
<style>
a { background-color: #274976; }
a { background-color: rgb(39,73,118); }
div.DivClassName
{
background-color: #274976;
}
.BgClassName
{
background-color: #274976;
}
</style>
border-color css
<style>
span { border-color: #274976; }
span { border-color: rgb(39,73,118); }
td.TdClassName
{
border-color: #274976;
}
.TagClassName
{
border-color: #274976;
}
</style>