Shades of Venice Blue #265273
Tints of Venice Blue #265273
RGB
CMYK
RGB Variations
Color information
#265273 (or 0x265273) is known color: Venice Blue. HEX triplet: 26, 52 and 73. RGB value is (38,82,115). Sum of RGB (Red+Green+Blue) = 38+82+115=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #265273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265273 is #D9AD8C. Grayscale: #484848. Windows color (decimal): -14265741 or 7557670. OLE color: 7557670.
HSL color Cylindrical-coordinate representation of color #265273: hue angle of 205.71º 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 #265273 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 82 | 115 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.55 |
| HSL | 205.71º | 0.5% | 0.3% | - |
| HSV(B) | 205.71º | 0.67% | 0.45% | - |
| XYZ | 6.91 | 7.68 | 17.34 | - |
| YUV | 72.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 115 | 0.67 | 0.29 | 0 | 0.55 | 205.71 | 0.5 | 0.3 |
| Hex | 26 | 52 | 73 | 43 | 1D | 0 | 37 | CE | 32 | 1E |
| Octal | 46 | 122 | 163 | 103 | 35 | 0 | 67 | 316 | 62 | 36 |
| Binary | 100110 | 1010010 | 1110011 | 1000011 | 11101 | 0 | 110111 | 11001110 | 110010 | 11110 |
Color Harmonies of #265273
Complementary color
Monochromatic Colors of #265273
Black with #265273
Text Example
Text Example
White with #265273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265273; }
p { color: rgb(38,82,115); }
H1.HeaderClassName
{
color: #265273;
}
.AnyTagClassName
{
color: #265273;
}
</style>
background-color css
<style>
a { background-color: #265273; }
a { background-color: rgb(38,82,115); }
div.DivClassName
{
background-color: #265273;
}
.BgClassName
{
background-color: #265273;
}
</style>
border-color css
<style>
span { border-color: #265273; }
span { border-color: rgb(38,82,115); }
td.TdClassName
{
border-color: #265273;
}
.TagClassName
{
border-color: #265273;
}
</style>