Shades of Venice Blue #264D6D
Tints of Venice Blue #264D6D
RGB
CMYK
RGB Variations
Color information
#264D6D (or 0x264D6D) is known color: Venice Blue. HEX triplet: 26, 4D and 6D. RGB value is (38,77,109). Sum of RGB (Red+Green+Blue) = 38+77+109=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #264D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D6D is #D9B292. Grayscale: #444444. Windows color (decimal): -14267027 or 7163174. OLE color: 7163174.
HSL color Cylindrical-coordinate representation of color #264D6D: hue angle of 207.04º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #264D6D is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 77 | 109 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.57 |
| HSL | 207.04º | 0.48% | 0.29% | - |
| HSV(B) | 207.04º | 0.65% | 0.43% | - |
| XYZ | 6.21 | 6.82 | 15.46 | - |
| YUV | 68.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 109 | 0.65 | 0.29 | 0 | 0.57 | 207.04 | 0.48 | 0.29 |
| Hex | 26 | 4D | 6D | 41 | 1D | 0 | 39 | CF | 30 | 1D |
| Octal | 46 | 115 | 155 | 101 | 35 | 0 | 71 | 317 | 60 | 35 |
| Binary | 100110 | 1001101 | 1101101 | 1000001 | 11101 | 0 | 111001 | 11001111 | 110000 | 11101 |
Color Harmonies of #264D6D
Complementary color
Monochromatic Colors of #264D6D
Black with #264D6D
Text Example
Text Example
White with #264D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D6D; }
p { color: rgb(38,77,109); }
H1.HeaderClassName
{
color: #264D6D;
}
.AnyTagClassName
{
color: #264D6D;
}
</style>
background-color css
<style>
a { background-color: #264D6D; }
a { background-color: rgb(38,77,109); }
div.DivClassName
{
background-color: #264D6D;
}
.BgClassName
{
background-color: #264D6D;
}
</style>
border-color css
<style>
span { border-color: #264D6D; }
span { border-color: rgb(38,77,109); }
td.TdClassName
{
border-color: #264D6D;
}
.TagClassName
{
border-color: #264D6D;
}
</style>