Shades of Venice Blue #255373
Tints of Venice Blue #255373
RGB
CMYK
RGB Variations
Color information
#255373 (or 0x255373) is known color: Venice Blue. HEX triplet: 25, 53 and 73. RGB value is (37,83,115). Sum of RGB (Red+Green+Blue) = 37+83+115=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #255373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255373 is #DAAC8C. Grayscale: #484848. Windows color (decimal): -14331021 or 7557925. OLE color: 7557925.
HSL color Cylindrical-coordinate representation of color #255373: hue angle of 204.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255373 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 83 | 115 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.55 |
| HSL | 204.62º | 0.51% | 0.3% | - |
| HSV(B) | 204.62º | 0.68% | 0.45% | - |
| XYZ | 6.95 | 7.82 | 17.36 | - |
| YUV | 72.89 | 151.76 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 115 | 0.68 | 0.28 | 0 | 0.55 | 204.62 | 0.51 | 0.3 |
| Hex | 25 | 53 | 73 | 44 | 1C | 0 | 37 | CD | 33 | 1E |
| Octal | 45 | 123 | 163 | 104 | 34 | 0 | 67 | 315 | 63 | 36 |
| Binary | 100101 | 1010011 | 1110011 | 1000100 | 11100 | 0 | 110111 | 11001101 | 110011 | 11110 |
Color Harmonies of #255373
Complementary color
Monochromatic Colors of #255373
Black with #255373
Text Example
Text Example
White with #255373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255373; }
p { color: rgb(37,83,115); }
H1.HeaderClassName
{
color: #255373;
}
.AnyTagClassName
{
color: #255373;
}
</style>
background-color css
<style>
a { background-color: #255373; }
a { background-color: rgb(37,83,115); }
div.DivClassName
{
background-color: #255373;
}
.BgClassName
{
background-color: #255373;
}
</style>
border-color css
<style>
span { border-color: #255373; }
span { border-color: rgb(37,83,115); }
td.TdClassName
{
border-color: #255373;
}
.TagClassName
{
border-color: #255373;
}
</style>