Shades of Venice Blue #26476E
Tints of Venice Blue #26476E
RGB
CMYK
RGB Variations
Color information
#26476E (or 0x26476E) is known color: Venice Blue. HEX triplet: 26, 47 and 6E. RGB value is (38,71,110). Sum of RGB (Red+Green+Blue) = 38+71+110=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #26476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26476E is #D9B891. Grayscale: #414141. Windows color (decimal): -14268562 or 7227174. OLE color: 7227174.
HSL color Cylindrical-coordinate representation of color #26476E: hue angle of 212.5º degrees, saturation: 0.49, 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 #26476E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 71 | 110 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.57 |
| HSL | 212.5º | 0.49% | 0.29% | - |
| HSV(B) | 212.5º | 0.65% | 0.43% | - |
| XYZ | 5.87 | 6.04 | 15.61 | - |
| YUV | 65.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 71 | 110 | 0.65 | 0.35 | 0 | 0.57 | 212.5 | 0.49 | 0.29 |
| Hex | 26 | 47 | 6E | 41 | 23 | 0 | 39 | D4 | 31 | 1D |
| Octal | 46 | 107 | 156 | 101 | 43 | 0 | 71 | 324 | 61 | 35 |
| Binary | 100110 | 1000111 | 1101110 | 1000001 | 100011 | 0 | 111001 | 11010100 | 110001 | 11101 |
Color Harmonies of #26476E
Complementary color
Monochromatic Colors of #26476E
Black with #26476E
Text Example
Text Example
White with #26476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26476E; }
p { color: rgb(38,71,110); }
H1.HeaderClassName
{
color: #26476E;
}
.AnyTagClassName
{
color: #26476E;
}
</style>
background-color css
<style>
a { background-color: #26476E; }
a { background-color: rgb(38,71,110); }
div.DivClassName
{
background-color: #26476E;
}
.BgClassName
{
background-color: #26476E;
}
</style>
border-color css
<style>
span { border-color: #26476E; }
span { border-color: rgb(38,71,110); }
td.TdClassName
{
border-color: #26476E;
}
.TagClassName
{
border-color: #26476E;
}
</style>