Shades of Venice Blue #275070
Tints of Venice Blue #275070
RGB
CMYK
RGB Variations
Color information
#275070 (or 0x275070) is known color: Venice Blue. HEX triplet: 27, 50 and 70. RGB value is (39,80,112). Sum of RGB (Red+Green+Blue) = 39+80+112=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #275070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275070 is #D8AF8F. Grayscale: #474747. Windows color (decimal): -14200720 or 7360551. OLE color: 7360551.
HSL color Cylindrical-coordinate representation of color #275070: hue angle of 206.3º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275070 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 80 | 112 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.56 |
| HSL | 206.3º | 0.48% | 0.3% | - |
| HSV(B) | 206.3º | 0.65% | 0.44% | - |
| XYZ | 6.63 | 7.34 | 16.4 | - |
| YUV | 71.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 112 | 0.65 | 0.29 | 0 | 0.56 | 206.3 | 0.48 | 0.3 |
| Hex | 27 | 50 | 70 | 41 | 1D | 0 | 38 | CE | 30 | 1E |
| Octal | 47 | 120 | 160 | 101 | 35 | 0 | 70 | 316 | 60 | 36 |
| Binary | 100111 | 1010000 | 1110000 | 1000001 | 11101 | 0 | 111000 | 11001110 | 110000 | 11110 |
Color Harmonies of #275070
Complementary color
Monochromatic Colors of #275070
Black with #275070
Text Example
Text Example
White with #275070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275070; }
p { color: rgb(39,80,112); }
H1.HeaderClassName
{
color: #275070;
}
.AnyTagClassName
{
color: #275070;
}
</style>
background-color css
<style>
a { background-color: #275070; }
a { background-color: rgb(39,80,112); }
div.DivClassName
{
background-color: #275070;
}
.BgClassName
{
background-color: #275070;
}
</style>
border-color css
<style>
span { border-color: #275070; }
span { border-color: rgb(39,80,112); }
td.TdClassName
{
border-color: #275070;
}
.TagClassName
{
border-color: #275070;
}
</style>