Shades of Venice Blue #275579
Tints of Venice Blue #275579
RGB
CMYK
RGB Variations
Color information
#275579 (or 0x275579) is known color: Venice Blue. HEX triplet: 27, 55 and 79. RGB value is (39,85,121). Sum of RGB (Red+Green+Blue) = 39+85+121=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #275579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275579 is #D8AA86. Grayscale: #4B4B4B. Windows color (decimal): -14199431 or 7951655. OLE color: 7951655.
HSL color Cylindrical-coordinate representation of color #275579: hue angle of 206.34º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275579 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 85 | 121 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.53 |
| HSL | 206.34º | 0.51% | 0.31% | - |
| HSV(B) | 206.34º | 0.68% | 0.47% | - |
| XYZ | 7.54 | 8.31 | 19.3 | - |
| YUV | 75.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 85 | 121 | 0.68 | 0.30 | 0 | 0.53 | 206.34 | 0.51 | 0.31 |
| Hex | 27 | 55 | 79 | 44 | 1E | 0 | 35 | CE | 33 | 1F |
| Octal | 47 | 125 | 171 | 104 | 36 | 0 | 65 | 316 | 63 | 37 |
| Binary | 100111 | 1010101 | 1111001 | 1000100 | 11110 | 0 | 110101 | 11001110 | 110011 | 11111 |
Color Harmonies of #275579
Complementary color
Monochromatic Colors of #275579
Black with #275579
Text Example
Text Example
White with #275579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275579; }
p { color: rgb(39,85,121); }
H1.HeaderClassName
{
color: #275579;
}
.AnyTagClassName
{
color: #275579;
}
</style>
background-color css
<style>
a { background-color: #275579; }
a { background-color: rgb(39,85,121); }
div.DivClassName
{
background-color: #275579;
}
.BgClassName
{
background-color: #275579;
}
</style>
border-color css
<style>
span { border-color: #275579; }
span { border-color: rgb(39,85,121); }
td.TdClassName
{
border-color: #275579;
}
.TagClassName
{
border-color: #275579;
}
</style>