Shades of Venice Blue #275777
Tints of Venice Blue #275777
RGB
CMYK
RGB Variations
Color information
#275777 (or 0x275777) is known color: Venice Blue. HEX triplet: 27, 57 and 77. RGB value is (39,87,119). Sum of RGB (Red+Green+Blue) = 39+87+119=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 119 (46.88% from 255 or 48.57% from 245); Max value from RGB is 119 - color contains mainly: blue. Hex color #275777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275777 is #D8A888. Grayscale: #4C4C4C. Windows color (decimal): -14198921 or 7821095. OLE color: 7821095.
HSL color Cylindrical-coordinate representation of color #275777: hue angle of 204º 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 #275777 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 87 | 119 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.53 |
| HSL | 204º | 0.51% | 0.31% | - |
| HSV(B) | 204º | 0.67% | 0.47% | - |
| XYZ | 7.57 | 8.58 | 18.71 | - |
| YUV | 76.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 87 | 119 | 0.67 | 0.27 | 0 | 0.53 | 204 | 0.51 | 0.31 |
| Hex | 27 | 57 | 77 | 43 | 1B | 0 | 35 | CC | 33 | 1F |
| Octal | 47 | 127 | 167 | 103 | 33 | 0 | 65 | 314 | 63 | 37 |
| Binary | 100111 | 1010111 | 1110111 | 1000011 | 11011 | 0 | 110101 | 11001100 | 110011 | 11111 |
Color Harmonies of #275777
Complementary color
Monochromatic Colors of #275777
Black with #275777
Text Example
Text Example
White with #275777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275777; }
p { color: rgb(39,87,119); }
H1.HeaderClassName
{
color: #275777;
}
.AnyTagClassName
{
color: #275777;
}
</style>
background-color css
<style>
a { background-color: #275777; }
a { background-color: rgb(39,87,119); }
div.DivClassName
{
background-color: #275777;
}
.BgClassName
{
background-color: #275777;
}
</style>
border-color css
<style>
span { border-color: #275777; }
span { border-color: rgb(39,87,119); }
td.TdClassName
{
border-color: #275777;
}
.TagClassName
{
border-color: #275777;
}
</style>