Shades of Venice Blue #274F77
Tints of Venice Blue #274F77
RGB
CMYK
RGB Variations
Color information
#274F77 (or 0x274F77) is known color: Venice Blue. HEX triplet: 27, 4F and 77. RGB value is (39,79,119). Sum of RGB (Red+Green+Blue) = 39+79+119=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #274F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F77 is #D8B088. Grayscale: #474747. Windows color (decimal): -14200969 or 7819047. OLE color: 7819047.
HSL color Cylindrical-coordinate representation of color #274F77: hue angle of 210º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #274F77 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 79 | 119 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.53 |
| HSL | 210º | 0.51% | 0.31% | - |
| HSV(B) | 210º | 0.67% | 0.47% | - |
| XYZ | 6.96 | 7.36 | 18.51 | - |
| YUV | 71.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 119 | 0.67 | 0.34 | 0 | 0.53 | 210 | 0.51 | 0.31 |
| Hex | 27 | 4F | 77 | 43 | 22 | 0 | 35 | D2 | 33 | 1F |
| Octal | 47 | 117 | 167 | 103 | 42 | 0 | 65 | 322 | 63 | 37 |
| Binary | 100111 | 1001111 | 1110111 | 1000011 | 100010 | 0 | 110101 | 11010010 | 110011 | 11111 |
Color Harmonies of #274F77
Complementary color
Monochromatic Colors of #274F77
Black with #274F77
Text Example
Text Example
White with #274F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F77; }
p { color: rgb(39,79,119); }
H1.HeaderClassName
{
color: #274F77;
}
.AnyTagClassName
{
color: #274F77;
}
</style>
background-color css
<style>
a { background-color: #274F77; }
a { background-color: rgb(39,79,119); }
div.DivClassName
{
background-color: #274F77;
}
.BgClassName
{
background-color: #274F77;
}
</style>
border-color css
<style>
span { border-color: #274F77; }
span { border-color: rgb(39,79,119); }
td.TdClassName
{
border-color: #274F77;
}
.TagClassName
{
border-color: #274F77;
}
</style>