Shades of Venice Blue #26537A
Tints of Venice Blue #26537A
RGB
CMYK
RGB Variations
Color information
#26537A (or 0x26537A) is known color: Venice Blue. HEX triplet: 26, 53 and 7A. RGB value is (38,83,122). Sum of RGB (Red+Green+Blue) = 38+83+122=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #26537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26537A is #D9AC85. Grayscale: #494949. Windows color (decimal): -14265478 or 8016678. OLE color: 8016678.
HSL color Cylindrical-coordinate representation of color #26537A: hue angle of 207.86º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26537A is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 83 | 122 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.52 |
| HSL | 207.86º | 0.53% | 0.31% | - |
| HSV(B) | 207.86º | 0.69% | 0.48% | - |
| XYZ | 7.41 | 8 | 19.57 | - |
| YUV | 73.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 122 | 0.69 | 0.32 | 0 | 0.52 | 207.86 | 0.53 | 0.31 |
| Hex | 26 | 53 | 7A | 45 | 20 | 0 | 34 | D0 | 34 | 1F |
| Octal | 46 | 123 | 172 | 105 | 40 | 0 | 64 | 320 | 64 | 37 |
| Binary | 100110 | 1010011 | 1111010 | 1000101 | 100000 | 0 | 110100 | 11010000 | 110100 | 11111 |
Color Harmonies of #26537A
Complementary color
Monochromatic Colors of #26537A
Black with #26537A
Text Example
Text Example
White with #26537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26537A; }
p { color: rgb(38,83,122); }
H1.HeaderClassName
{
color: #26537A;
}
.AnyTagClassName
{
color: #26537A;
}
</style>
background-color css
<style>
a { background-color: #26537A; }
a { background-color: rgb(38,83,122); }
div.DivClassName
{
background-color: #26537A;
}
.BgClassName
{
background-color: #26537A;
}
</style>
border-color css
<style>
span { border-color: #26537A; }
span { border-color: rgb(38,83,122); }
td.TdClassName
{
border-color: #26537A;
}
.TagClassName
{
border-color: #26537A;
}
</style>