Shades of Venice Blue #274D73
Tints of Venice Blue #274D73
RGB
CMYK
RGB Variations
Color information
#274D73 (or 0x274D73) is known color: Venice Blue. HEX triplet: 27, 4D and 73. RGB value is (39,77,115). Sum of RGB (Red+Green+Blue) = 39+77+115=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #274D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D73 is #D8B28C. Grayscale: #454545. Windows color (decimal): -14201485 or 7556391. OLE color: 7556391.
HSL color Cylindrical-coordinate representation of color #274D73: hue angle of 210º 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 #274D73 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 77 | 115 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.55 |
| HSL | 210º | 0.49% | 0.3% | - |
| HSV(B) | 210º | 0.66% | 0.45% | - |
| XYZ | 6.59 | 6.98 | 17.22 | - |
| YUV | 69.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 115 | 0.66 | 0.33 | 0 | 0.55 | 210 | 0.49 | 0.3 |
| Hex | 27 | 4D | 73 | 42 | 21 | 0 | 37 | D2 | 31 | 1E |
| Octal | 47 | 115 | 163 | 102 | 41 | 0 | 67 | 322 | 61 | 36 |
| Binary | 100111 | 1001101 | 1110011 | 1000010 | 100001 | 0 | 110111 | 11010010 | 110001 | 11110 |
Color Harmonies of #274D73
Complementary color
Monochromatic Colors of #274D73
Black with #274D73
Text Example
Text Example
White with #274D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D73; }
p { color: rgb(39,77,115); }
H1.HeaderClassName
{
color: #274D73;
}
.AnyTagClassName
{
color: #274D73;
}
</style>
background-color css
<style>
a { background-color: #274D73; }
a { background-color: rgb(39,77,115); }
div.DivClassName
{
background-color: #274D73;
}
.BgClassName
{
background-color: #274D73;
}
</style>
border-color css
<style>
span { border-color: #274D73; }
span { border-color: rgb(39,77,115); }
td.TdClassName
{
border-color: #274D73;
}
.TagClassName
{
border-color: #274D73;
}
</style>