Shades of Venice Blue #274E74
Tints of Venice Blue #274E74
RGB
CMYK
RGB Variations
Color information
#274E74 (or 0x274E74) is known color: Venice Blue. HEX triplet: 27, 4E and 74. RGB value is (39,78,116). Sum of RGB (Red+Green+Blue) = 39+78+116=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #274E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274E74 is #D8B18B. Grayscale: #464646. Windows color (decimal): -14201228 or 7622183. OLE color: 7622183.
HSL color Cylindrical-coordinate representation of color #274E74: hue angle of 209.61º degrees, saturation: 0.5, 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 #274E74 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 78 | 116 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.55 |
| HSL | 209.61º | 0.5% | 0.3% | - |
| HSV(B) | 209.61º | 0.66% | 0.45% | - |
| XYZ | 6.71 | 7.14 | 17.55 | - |
| YUV | 70.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 78 | 116 | 0.66 | 0.33 | 0 | 0.55 | 209.61 | 0.5 | 0.3 |
| Hex | 27 | 4E | 74 | 42 | 21 | 0 | 37 | D2 | 32 | 1E |
| Octal | 47 | 116 | 164 | 102 | 41 | 0 | 67 | 322 | 62 | 36 |
| Binary | 100111 | 1001110 | 1110100 | 1000010 | 100001 | 0 | 110111 | 11010010 | 110010 | 11110 |
Color Harmonies of #274E74
Complementary color
Monochromatic Colors of #274E74
Black with #274E74
Text Example
Text Example
White with #274E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274E74; }
p { color: rgb(39,78,116); }
H1.HeaderClassName
{
color: #274E74;
}
.AnyTagClassName
{
color: #274E74;
}
</style>
background-color css
<style>
a { background-color: #274E74; }
a { background-color: rgb(39,78,116); }
div.DivClassName
{
background-color: #274E74;
}
.BgClassName
{
background-color: #274E74;
}
</style>
border-color css
<style>
span { border-color: #274E74; }
span { border-color: rgb(39,78,116); }
td.TdClassName
{
border-color: #274E74;
}
.TagClassName
{
border-color: #274E74;
}
</style>