Shades of Venice Blue #265374
Tints of Venice Blue #265374
RGB
CMYK
RGB Variations
Color information
#265374 (or 0x265374) is known color: Venice Blue. HEX triplet: 26, 53 and 74. RGB value is (38,83,116). Sum of RGB (Red+Green+Blue) = 38+83+116=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #265374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265374 is #D9AC8B. Grayscale: #494949. Windows color (decimal): -14265484 or 7623462. OLE color: 7623462.
HSL color Cylindrical-coordinate representation of color #265374: hue angle of 205.38º 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 #265374 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 83 | 116 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.55 |
| HSL | 205.38º | 0.51% | 0.3% | - |
| HSV(B) | 205.38º | 0.67% | 0.45% | - |
| XYZ | 7.04 | 7.86 | 17.67 | - |
| YUV | 73.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 116 | 0.67 | 0.28 | 0 | 0.55 | 205.38 | 0.51 | 0.3 |
| Hex | 26 | 53 | 74 | 43 | 1C | 0 | 37 | CD | 33 | 1E |
| Octal | 46 | 123 | 164 | 103 | 34 | 0 | 67 | 315 | 63 | 36 |
| Binary | 100110 | 1010011 | 1110100 | 1000011 | 11100 | 0 | 110111 | 11001101 | 110011 | 11110 |
Color Harmonies of #265374
Complementary color
Monochromatic Colors of #265374
Black with #265374
Text Example
Text Example
White with #265374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265374; }
p { color: rgb(38,83,116); }
H1.HeaderClassName
{
color: #265374;
}
.AnyTagClassName
{
color: #265374;
}
</style>
background-color css
<style>
a { background-color: #265374; }
a { background-color: rgb(38,83,116); }
div.DivClassName
{
background-color: #265374;
}
.BgClassName
{
background-color: #265374;
}
</style>
border-color css
<style>
span { border-color: #265374; }
span { border-color: rgb(38,83,116); }
td.TdClassName
{
border-color: #265374;
}
.TagClassName
{
border-color: #265374;
}
</style>