Shades of Venice Blue #264C71
Tints of Venice Blue #264C71
RGB
CMYK
RGB Variations
Color information
#264C71 (or 0x264C71) is known color: Venice Blue. HEX triplet: 26, 4C and 71. RGB value is (38,76,113). Sum of RGB (Red+Green+Blue) = 38+76+113=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #264C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C71 is #D9B38E. Grayscale: #444444. Windows color (decimal): -14267279 or 7425062. OLE color: 7425062.
HSL color Cylindrical-coordinate representation of color #264C71: hue angle of 209.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264C71 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 76 | 113 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.56 |
| HSL | 209.6º | 0.5% | 0.3% | - |
| HSV(B) | 209.6º | 0.66% | 0.44% | - |
| XYZ | 6.36 | 6.77 | 16.59 | - |
| YUV | 68.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 113 | 0.66 | 0.33 | 0 | 0.56 | 209.6 | 0.5 | 0.3 |
| Hex | 26 | 4C | 71 | 42 | 21 | 0 | 38 | D2 | 32 | 1E |
| Octal | 46 | 114 | 161 | 102 | 41 | 0 | 70 | 322 | 62 | 36 |
| Binary | 100110 | 1001100 | 1110001 | 1000010 | 100001 | 0 | 111000 | 11010010 | 110010 | 11110 |
Color Harmonies of #264C71
Complementary color
Monochromatic Colors of #264C71
Black with #264C71
Text Example
Text Example
White with #264C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C71; }
p { color: rgb(38,76,113); }
H1.HeaderClassName
{
color: #264C71;
}
.AnyTagClassName
{
color: #264C71;
}
</style>
background-color css
<style>
a { background-color: #264C71; }
a { background-color: rgb(38,76,113); }
div.DivClassName
{
background-color: #264C71;
}
.BgClassName
{
background-color: #264C71;
}
</style>
border-color css
<style>
span { border-color: #264C71; }
span { border-color: rgb(38,76,113); }
td.TdClassName
{
border-color: #264C71;
}
.TagClassName
{
border-color: #264C71;
}
</style>