Shades of Venice Blue #274C74
Tints of Venice Blue #274C74
RGB
CMYK
RGB Variations
Color information
#274C74 (or 0x274C74) is known color: Venice Blue. HEX triplet: 27, 4C and 74. RGB value is (39,76,116). Sum of RGB (Red+Green+Blue) = 39+76+116=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 116 (45.70% from 255 or 50.22% from 231); Max value from RGB is 116 - color contains mainly: blue. Hex color #274C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C74 is #D8B38B. Grayscale: #454545. Windows color (decimal): -14201740 or 7621671. OLE color: 7621671.
HSL color Cylindrical-coordinate representation of color #274C74: hue angle of 211.17º 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 #274C74 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 39 | 76 | 116 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.55 |
| HSL | 211.17º | 0.5% | 0.3% | - |
| HSV(B) | 211.17º | 0.66% | 0.45% | - |
| XYZ | 6.57 | 6.86 | 17.5 | - |
| YUV | 69.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 116 | 0.66 | 0.34 | 0 | 0.55 | 211.17 | 0.5 | 0.3 |
| Hex | 27 | 4C | 74 | 42 | 22 | 0 | 37 | D3 | 32 | 1E |
| Octal | 47 | 114 | 164 | 102 | 42 | 0 | 67 | 323 | 62 | 36 |
| Binary | 100111 | 1001100 | 1110100 | 1000010 | 100010 | 0 | 110111 | 11010011 | 110010 | 11110 |
Color Harmonies of #274C74
Complementary color
Monochromatic Colors of #274C74
Black with #274C74
Text Example
Text Example
White with #274C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C74; }
p { color: rgb(39,76,116); }
H1.HeaderClassName
{
color: #274C74;
}
.AnyTagClassName
{
color: #274C74;
}
</style>
background-color css
<style>
a { background-color: #274C74; }
a { background-color: rgb(39,76,116); }
div.DivClassName
{
background-color: #274C74;
}
.BgClassName
{
background-color: #274C74;
}
</style>
border-color css
<style>
span { border-color: #274C74; }
span { border-color: rgb(39,76,116); }
td.TdClassName
{
border-color: #274C74;
}
.TagClassName
{
border-color: #274C74;
}
</style>