Shades of Venice Blue #275077
Tints of Venice Blue #275077
RGB
CMYK
RGB Variations
Color information
#275077 (or 0x275077) is known color: Venice Blue. HEX triplet: 27, 50 and 77. RGB value is (39,80,119). Sum of RGB (Red+Green+Blue) = 39+80+119=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #275077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275077 is #D8AF88. Grayscale: #474747. Windows color (decimal): -14200713 or 7819303. OLE color: 7819303.
HSL color Cylindrical-coordinate representation of color #275077: hue angle of 209.25º 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 #275077 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 80 | 119 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.53 |
| HSL | 209.25º | 0.51% | 0.31% | - |
| HSV(B) | 209.25º | 0.67% | 0.47% | - |
| XYZ | 7.04 | 7.5 | 18.53 | - |
| YUV | 72.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 119 | 0.67 | 0.33 | 0 | 0.53 | 209.25 | 0.51 | 0.31 |
| Hex | 27 | 50 | 77 | 43 | 21 | 0 | 35 | D1 | 33 | 1F |
| Octal | 47 | 120 | 167 | 103 | 41 | 0 | 65 | 321 | 63 | 37 |
| Binary | 100111 | 1010000 | 1110111 | 1000011 | 100001 | 0 | 110101 | 11010001 | 110011 | 11111 |
Color Harmonies of #275077
Complementary color
Monochromatic Colors of #275077
Black with #275077
Text Example
Text Example
White with #275077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275077; }
p { color: rgb(39,80,119); }
H1.HeaderClassName
{
color: #275077;
}
.AnyTagClassName
{
color: #275077;
}
</style>
background-color css
<style>
a { background-color: #275077; }
a { background-color: rgb(39,80,119); }
div.DivClassName
{
background-color: #275077;
}
.BgClassName
{
background-color: #275077;
}
</style>
border-color css
<style>
span { border-color: #275077; }
span { border-color: rgb(39,80,119); }
td.TdClassName
{
border-color: #275077;
}
.TagClassName
{
border-color: #275077;
}
</style>