Shades of Venice Blue #265473
Tints of Venice Blue #265473
RGB
CMYK
RGB Variations
Color information
#265473 (or 0x265473) is known color: Venice Blue. HEX triplet: 26, 54 and 73. RGB value is (38,84,115). Sum of RGB (Red+Green+Blue) = 38+84+115=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #265473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265473 is #D9AB8C. Grayscale: #494949. Windows color (decimal): -14265229 or 7558182. OLE color: 7558182.
HSL color Cylindrical-coordinate representation of color #265473: hue angle of 204.16º degrees, saturation: 0.5, 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 #265473 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 84 | 115 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.55 |
| HSL | 204.16º | 0.5% | 0.3% | - |
| HSV(B) | 204.16º | 0.67% | 0.45% | - |
| XYZ | 7.06 | 7.99 | 17.39 | - |
| YUV | 73.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 115 | 0.67 | 0.27 | 0 | 0.55 | 204.16 | 0.5 | 0.3 |
| Hex | 26 | 54 | 73 | 43 | 1B | 0 | 37 | CC | 32 | 1E |
| Octal | 46 | 124 | 163 | 103 | 33 | 0 | 67 | 314 | 62 | 36 |
| Binary | 100110 | 1010100 | 1110011 | 1000011 | 11011 | 0 | 110111 | 11001100 | 110010 | 11110 |
Color Harmonies of #265473
Complementary color
Monochromatic Colors of #265473
Black with #265473
Text Example
Text Example
White with #265473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265473; }
p { color: rgb(38,84,115); }
H1.HeaderClassName
{
color: #265473;
}
.AnyTagClassName
{
color: #265473;
}
</style>
background-color css
<style>
a { background-color: #265473; }
a { background-color: rgb(38,84,115); }
div.DivClassName
{
background-color: #265473;
}
.BgClassName
{
background-color: #265473;
}
</style>
border-color css
<style>
span { border-color: #265473; }
span { border-color: rgb(38,84,115); }
td.TdClassName
{
border-color: #265473;
}
.TagClassName
{
border-color: #265473;
}
</style>