Shades of Venice Blue #274873
Tints of Venice Blue #274873
RGB
CMYK
RGB Variations
Color information
#274873 (or 0x274873) is known color: Venice Blue. HEX triplet: 27, 48 and 73. RGB value is (39,72,115). Sum of RGB (Red+Green+Blue) = 39+72+115=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #274873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274873 is #D8B78C. Grayscale: #424242. Windows color (decimal): -14202765 or 7555111. OLE color: 7555111.
HSL color Cylindrical-coordinate representation of color #274873: hue angle of 213.95º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #274873 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 72 | 115 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.55 |
| HSL | 213.95º | 0.49% | 0.3% | - |
| HSV(B) | 213.95º | 0.66% | 0.45% | - |
| XYZ | 6.25 | 6.3 | 17.11 | - |
| YUV | 67.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 115 | 0.66 | 0.37 | 0 | 0.55 | 213.95 | 0.49 | 0.3 |
| Hex | 27 | 48 | 73 | 42 | 25 | 0 | 37 | D6 | 31 | 1E |
| Octal | 47 | 110 | 163 | 102 | 45 | 0 | 67 | 326 | 61 | 36 |
| Binary | 100111 | 1001000 | 1110011 | 1000010 | 100101 | 0 | 110111 | 11010110 | 110001 | 11110 |
Color Harmonies of #274873
Complementary color
Monochromatic Colors of #274873
Black with #274873
Text Example
Text Example
White with #274873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274873; }
p { color: rgb(39,72,115); }
H1.HeaderClassName
{
color: #274873;
}
.AnyTagClassName
{
color: #274873;
}
</style>
background-color css
<style>
a { background-color: #274873; }
a { background-color: rgb(39,72,115); }
div.DivClassName
{
background-color: #274873;
}
.BgClassName
{
background-color: #274873;
}
</style>
border-color css
<style>
span { border-color: #274873; }
span { border-color: rgb(39,72,115); }
td.TdClassName
{
border-color: #274873;
}
.TagClassName
{
border-color: #274873;
}
</style>