Shades of Venice Blue #264770
Tints of Venice Blue #264770
RGB
CMYK
RGB Variations
Color information
#264770 (or 0x264770) is known color: Venice Blue. HEX triplet: 26, 47 and 70. RGB value is (38,71,112). Sum of RGB (Red+Green+Blue) = 38+71+112=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #264770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264770 is #D9B88F. Grayscale: #414141. Windows color (decimal): -14268560 or 7358246. OLE color: 7358246.
HSL color Cylindrical-coordinate representation of color #264770: hue angle of 213.24º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264770 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 71 | 112 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.56 |
| HSL | 213.24º | 0.49% | 0.29% | - |
| HSV(B) | 213.24º | 0.66% | 0.44% | - |
| XYZ | 5.98 | 6.09 | 16.19 | - |
| YUV | 65.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 112 | 0.66 | 0.37 | 0 | 0.56 | 213.24 | 0.49 | 0.29 |
| Hex | 26 | 47 | 70 | 42 | 25 | 0 | 38 | D5 | 31 | 1D |
| Octal | 46 | 107 | 160 | 102 | 45 | 0 | 70 | 325 | 61 | 35 |
| Binary | 100110 | 1000111 | 1110000 | 1000010 | 100101 | 0 | 111000 | 11010101 | 110001 | 11101 |
Color Harmonies of #264770
Complementary color
Monochromatic Colors of #264770
Black with #264770
Text Example
Text Example
White with #264770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264770; }
p { color: rgb(38,71,112); }
H1.HeaderClassName
{
color: #264770;
}
.AnyTagClassName
{
color: #264770;
}
</style>
background-color css
<style>
a { background-color: #264770; }
a { background-color: rgb(38,71,112); }
div.DivClassName
{
background-color: #264770;
}
.BgClassName
{
background-color: #264770;
}
</style>
border-color css
<style>
span { border-color: #264770; }
span { border-color: rgb(38,71,112); }
td.TdClassName
{
border-color: #264770;
}
.TagClassName
{
border-color: #264770;
}
</style>