Shades of Venice Blue #265075
Tints of Venice Blue #265075
RGB
CMYK
RGB Variations
Color information
#265075 (or 0x265075) is known color: Venice Blue. HEX triplet: 26, 50 and 75. RGB value is (38,80,117). Sum of RGB (Red+Green+Blue) = 38+80+117=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #265075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265075 is #D9AF8A. Grayscale: #474747. Windows color (decimal): -14266251 or 7688230. OLE color: 7688230.
HSL color Cylindrical-coordinate representation of color #265075: hue angle of 208.1º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265075 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 38 | 80 | 117 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.54 |
| HSL | 208.1º | 0.51% | 0.3% | - |
| HSV(B) | 208.1º | 0.68% | 0.46% | - |
| XYZ | 6.88 | 7.43 | 17.9 | - |
| YUV | 71.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 117 | 0.68 | 0.32 | 0 | 0.54 | 208.1 | 0.51 | 0.3 |
| Hex | 26 | 50 | 75 | 44 | 20 | 0 | 36 | D0 | 33 | 1E |
| Octal | 46 | 120 | 165 | 104 | 40 | 0 | 66 | 320 | 63 | 36 |
| Binary | 100110 | 1010000 | 1110101 | 1000100 | 100000 | 0 | 110110 | 11010000 | 110011 | 11110 |
Color Harmonies of #265075
Complementary color
Monochromatic Colors of #265075
Black with #265075
Text Example
Text Example
White with #265075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265075; }
p { color: rgb(38,80,117); }
H1.HeaderClassName
{
color: #265075;
}
.AnyTagClassName
{
color: #265075;
}
</style>
background-color css
<style>
a { background-color: #265075; }
a { background-color: rgb(38,80,117); }
div.DivClassName
{
background-color: #265075;
}
.BgClassName
{
background-color: #265075;
}
</style>
border-color css
<style>
span { border-color: #265075; }
span { border-color: rgb(38,80,117); }
td.TdClassName
{
border-color: #265075;
}
.TagClassName
{
border-color: #265075;
}
</style>