Shades of Venice Blue #255376
Tints of Venice Blue #255376
RGB
CMYK
RGB Variations
Color information
#255376 (or 0x255376) is known color: Venice Blue. HEX triplet: 25, 53 and 76. RGB value is (37,83,118). Sum of RGB (Red+Green+Blue) = 37+83+118=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #255376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255376 is #DAAC89. Grayscale: #494949. Windows color (decimal): -14331018 or 7754533. OLE color: 7754533.
HSL color Cylindrical-coordinate representation of color #255376: hue angle of 205.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #255376 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 83 | 118 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.54 |
| HSL | 205.93º | 0.52% | 0.3% | - |
| HSV(B) | 205.93º | 0.69% | 0.46% | - |
| XYZ | 7.13 | 7.89 | 18.29 | - |
| YUV | 73.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 118 | 0.69 | 0.30 | 0 | 0.54 | 205.93 | 0.52 | 0.3 |
| Hex | 25 | 53 | 76 | 45 | 1E | 0 | 36 | CE | 34 | 1E |
| Octal | 45 | 123 | 166 | 105 | 36 | 0 | 66 | 316 | 64 | 36 |
| Binary | 100101 | 1010011 | 1110110 | 1000101 | 11110 | 0 | 110110 | 11001110 | 110100 | 11110 |
Color Harmonies of #255376
Complementary color
Monochromatic Colors of #255376
Black with #255376
Text Example
Text Example
White with #255376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255376; }
p { color: rgb(37,83,118); }
H1.HeaderClassName
{
color: #255376;
}
.AnyTagClassName
{
color: #255376;
}
</style>
background-color css
<style>
a { background-color: #255376; }
a { background-color: rgb(37,83,118); }
div.DivClassName
{
background-color: #255376;
}
.BgClassName
{
background-color: #255376;
}
</style>
border-color css
<style>
span { border-color: #255376; }
span { border-color: rgb(37,83,118); }
td.TdClassName
{
border-color: #255376;
}
.TagClassName
{
border-color: #255376;
}
</style>