Shades of Venice Blue #264E7B
Tints of Venice Blue #264E7B
RGB
CMYK
RGB Variations
Color information
#264E7B (or 0x264E7B) is known color: Venice Blue. HEX triplet: 26, 4E and 7B. RGB value is (38,78,123). Sum of RGB (Red+Green+Blue) = 38+78+123=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #264E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E7B is #D9B184. Grayscale: #464646. Windows color (decimal): -14266757 or 8080934. OLE color: 8080934.
HSL color Cylindrical-coordinate representation of color #264E7B: hue angle of 211.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264E7B is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 78 | 123 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.52 |
| HSL | 211.76º | 0.53% | 0.32% | - |
| HSV(B) | 211.76º | 0.69% | 0.48% | - |
| XYZ | 7.1 | 7.29 | 19.77 | - |
| YUV | 71.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 123 | 0.69 | 0.37 | 0 | 0.52 | 211.76 | 0.53 | 0.32 |
| Hex | 26 | 4E | 7B | 45 | 25 | 0 | 34 | D4 | 35 | 20 |
| Octal | 46 | 116 | 173 | 105 | 45 | 0 | 64 | 324 | 65 | 40 |
| Binary | 100110 | 1001110 | 1111011 | 1000101 | 100101 | 0 | 110100 | 11010100 | 110101 | 100000 |
Color Harmonies of #264E7B
Complementary color
Monochromatic Colors of #264E7B
Black with #264E7B
Text Example
Text Example
White with #264E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E7B; }
p { color: rgb(38,78,123); }
H1.HeaderClassName
{
color: #264E7B;
}
.AnyTagClassName
{
color: #264E7B;
}
</style>
background-color css
<style>
a { background-color: #264E7B; }
a { background-color: rgb(38,78,123); }
div.DivClassName
{
background-color: #264E7B;
}
.BgClassName
{
background-color: #264E7B;
}
</style>
border-color css
<style>
span { border-color: #264E7B; }
span { border-color: rgb(38,78,123); }
td.TdClassName
{
border-color: #264E7B;
}
.TagClassName
{
border-color: #264E7B;
}
</style>