Shades of Venice Blue #265072
Tints of Venice Blue #265072
RGB
CMYK
RGB Variations
Color information
#265072 (or 0x265072) is known color: Venice Blue. HEX triplet: 26, 50 and 72. RGB value is (38,80,114). Sum of RGB (Red+Green+Blue) = 38+80+114=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #265072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265072 is #D9AF8D. Grayscale: #474747. Windows color (decimal): -14266254 or 7491622. OLE color: 7491622.
HSL color Cylindrical-coordinate representation of color #265072: hue angle of 206.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265072 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 80 | 114 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.55 |
| HSL | 206.84º | 0.5% | 0.3% | - |
| HSV(B) | 206.84º | 0.67% | 0.45% | - |
| XYZ | 6.71 | 7.36 | 16.99 | - |
| YUV | 71.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 80 | 114 | 0.67 | 0.30 | 0 | 0.55 | 206.84 | 0.5 | 0.3 |
| Hex | 26 | 50 | 72 | 43 | 1E | 0 | 37 | CF | 32 | 1E |
| Octal | 46 | 120 | 162 | 103 | 36 | 0 | 67 | 317 | 62 | 36 |
| Binary | 100110 | 1010000 | 1110010 | 1000011 | 11110 | 0 | 110111 | 11001111 | 110010 | 11110 |
Color Harmonies of #265072
Complementary color
Monochromatic Colors of #265072
Black with #265072
Text Example
Text Example
White with #265072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265072; }
p { color: rgb(38,80,114); }
H1.HeaderClassName
{
color: #265072;
}
.AnyTagClassName
{
color: #265072;
}
</style>
background-color css
<style>
a { background-color: #265072; }
a { background-color: rgb(38,80,114); }
div.DivClassName
{
background-color: #265072;
}
.BgClassName
{
background-color: #265072;
}
</style>
border-color css
<style>
span { border-color: #265072; }
span { border-color: rgb(38,80,114); }
td.TdClassName
{
border-color: #265072;
}
.TagClassName
{
border-color: #265072;
}
</style>