Shades of Venice Blue #255275
Tints of Venice Blue #255275
RGB
CMYK
RGB Variations
Color information
#255275 (or 0x255275) is known color: Venice Blue. HEX triplet: 25, 52 and 75. RGB value is (37,82,117). Sum of RGB (Red+Green+Blue) = 37+82+117=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #255275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255275 is #DAAD8A. Grayscale: #484848. Windows color (decimal): -14331275 or 7688741. OLE color: 7688741.
HSL color Cylindrical-coordinate representation of color #255275: hue angle of 206.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #255275 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 82 | 117 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.54 |
| HSL | 206.25º | 0.52% | 0.3% | - |
| HSV(B) | 206.25º | 0.68% | 0.46% | - |
| XYZ | 6.99 | 7.71 | 17.95 | - |
| YUV | 72.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 117 | 0.68 | 0.30 | 0 | 0.54 | 206.25 | 0.52 | 0.3 |
| Hex | 25 | 52 | 75 | 44 | 1E | 0 | 36 | CE | 34 | 1E |
| Octal | 45 | 122 | 165 | 104 | 36 | 0 | 66 | 316 | 64 | 36 |
| Binary | 100101 | 1010010 | 1110101 | 1000100 | 11110 | 0 | 110110 | 11001110 | 110100 | 11110 |
Color Harmonies of #255275
Complementary color
Monochromatic Colors of #255275
Black with #255275
Text Example
Text Example
White with #255275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255275; }
p { color: rgb(37,82,117); }
H1.HeaderClassName
{
color: #255275;
}
.AnyTagClassName
{
color: #255275;
}
</style>
background-color css
<style>
a { background-color: #255275; }
a { background-color: rgb(37,82,117); }
div.DivClassName
{
background-color: #255275;
}
.BgClassName
{
background-color: #255275;
}
</style>
border-color css
<style>
span { border-color: #255275; }
span { border-color: rgb(37,82,117); }
td.TdClassName
{
border-color: #255275;
}
.TagClassName
{
border-color: #255275;
}
</style>