Shades of Venice Blue #264873
Tints of Venice Blue #264873
RGB
CMYK
RGB Variations
Color information
#264873 (or 0x264873) is known color: Venice Blue. HEX triplet: 26, 48 and 73. RGB value is (38,72,115). Sum of RGB (Red+Green+Blue) = 38+72+115=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #264873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264873 is #D9B78C. Grayscale: #424242. Windows color (decimal): -14268301 or 7555110. OLE color: 7555110.
HSL color Cylindrical-coordinate representation of color #264873: hue angle of 213.51º 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 #264873 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 72 | 115 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.55 |
| HSL | 213.51º | 0.5% | 0.3% | - |
| HSV(B) | 213.51º | 0.67% | 0.45% | - |
| XYZ | 6.21 | 6.28 | 17.11 | - |
| YUV | 66.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 72 | 115 | 0.67 | 0.37 | 0 | 0.55 | 213.51 | 0.5 | 0.3 |
| Hex | 26 | 48 | 73 | 43 | 25 | 0 | 37 | D6 | 32 | 1E |
| Octal | 46 | 110 | 163 | 103 | 45 | 0 | 67 | 326 | 62 | 36 |
| Binary | 100110 | 1001000 | 1110011 | 1000011 | 100101 | 0 | 110111 | 11010110 | 110010 | 11110 |
Color Harmonies of #264873
Complementary color
Monochromatic Colors of #264873
Black with #264873
Text Example
Text Example
White with #264873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264873; }
p { color: rgb(38,72,115); }
H1.HeaderClassName
{
color: #264873;
}
.AnyTagClassName
{
color: #264873;
}
</style>
background-color css
<style>
a { background-color: #264873; }
a { background-color: rgb(38,72,115); }
div.DivClassName
{
background-color: #264873;
}
.BgClassName
{
background-color: #264873;
}
</style>
border-color css
<style>
span { border-color: #264873; }
span { border-color: rgb(38,72,115); }
td.TdClassName
{
border-color: #264873;
}
.TagClassName
{
border-color: #264873;
}
</style>