Shades of Venice Blue #264774
Tints of Venice Blue #264774
RGB
CMYK
RGB Variations
Color information
#264774 (or 0x264774) is known color: Venice Blue. HEX triplet: 26, 47 and 74. RGB value is (38,71,116). Sum of RGB (Red+Green+Blue) = 38+71+116=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #264774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264774 is #D9B88B. Grayscale: #424242. Windows color (decimal): -14268556 or 7620390. OLE color: 7620390.
HSL color Cylindrical-coordinate representation of color #264774: hue angle of 214.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264774 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 71 | 116 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.55 |
| HSL | 214.62º | 0.51% | 0.3% | - |
| HSV(B) | 214.62º | 0.67% | 0.45% | - |
| XYZ | 6.2 | 6.18 | 17.39 | - |
| YUV | 66.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 116 | 0.67 | 0.39 | 0 | 0.55 | 214.62 | 0.51 | 0.3 |
| Hex | 26 | 47 | 74 | 43 | 27 | 0 | 37 | D7 | 33 | 1E |
| Octal | 46 | 107 | 164 | 103 | 47 | 0 | 67 | 327 | 63 | 36 |
| Binary | 100110 | 1000111 | 1110100 | 1000011 | 100111 | 0 | 110111 | 11010111 | 110011 | 11110 |
Color Harmonies of #264774
Complementary color
Monochromatic Colors of #264774
Black with #264774
Text Example
Text Example
White with #264774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264774; }
p { color: rgb(38,71,116); }
H1.HeaderClassName
{
color: #264774;
}
.AnyTagClassName
{
color: #264774;
}
</style>
background-color css
<style>
a { background-color: #264774; }
a { background-color: rgb(38,71,116); }
div.DivClassName
{
background-color: #264774;
}
.BgClassName
{
background-color: #264774;
}
</style>
border-color css
<style>
span { border-color: #264774; }
span { border-color: rgb(38,71,116); }
td.TdClassName
{
border-color: #264774;
}
.TagClassName
{
border-color: #264774;
}
</style>