Shades of Venice Blue #264D77
Tints of Venice Blue #264D77
RGB
CMYK
RGB Variations
Color information
#264D77 (or 0x264D77) is known color: Venice Blue. HEX triplet: 26, 4D and 77. RGB value is (38,77,119). Sum of RGB (Red+Green+Blue) = 38+77+119=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #264D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D77 is #D9B288. Grayscale: #454545. Windows color (decimal): -14267017 or 7818534. OLE color: 7818534.
HSL color Cylindrical-coordinate representation of color #264D77: hue angle of 211.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264D77 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 77 | 119 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.53 |
| HSL | 211.11º | 0.52% | 0.31% | - |
| HSV(B) | 211.11º | 0.68% | 0.47% | - |
| XYZ | 6.78 | 7.05 | 18.46 | - |
| YUV | 70.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 119 | 0.68 | 0.35 | 0 | 0.53 | 211.11 | 0.52 | 0.31 |
| Hex | 26 | 4D | 77 | 44 | 23 | 0 | 35 | D3 | 34 | 1F |
| Octal | 46 | 115 | 167 | 104 | 43 | 0 | 65 | 323 | 64 | 37 |
| Binary | 100110 | 1001101 | 1110111 | 1000100 | 100011 | 0 | 110101 | 11010011 | 110100 | 11111 |
Color Harmonies of #264D77
Complementary color
Monochromatic Colors of #264D77
Black with #264D77
Text Example
Text Example
White with #264D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D77; }
p { color: rgb(38,77,119); }
H1.HeaderClassName
{
color: #264D77;
}
.AnyTagClassName
{
color: #264D77;
}
</style>
background-color css
<style>
a { background-color: #264D77; }
a { background-color: rgb(38,77,119); }
div.DivClassName
{
background-color: #264D77;
}
.BgClassName
{
background-color: #264D77;
}
</style>
border-color css
<style>
span { border-color: #264D77; }
span { border-color: rgb(38,77,119); }
td.TdClassName
{
border-color: #264D77;
}
.TagClassName
{
border-color: #264D77;
}
</style>