Shades of Venice Blue #255274
Tints of Venice Blue #255274
RGB
CMYK
RGB Variations
Color information
#255274 (or 0x255274) is known color: Venice Blue. HEX triplet: 25, 52 and 74. RGB value is (37,82,116). Sum of RGB (Red+Green+Blue) = 37+82+116=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 116 (45.70% from 255 or 49.36% from 235); Max value from RGB is 116 - color contains mainly: blue. Hex color #255274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255274 is #DAAD8B. Grayscale: #484848. Windows color (decimal): -14331276 or 7623205. OLE color: 7623205.
HSL color Cylindrical-coordinate representation of color #255274: hue angle of 205.82º degrees, saturation: 0.52, 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 #255274 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 82 | 116 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.55 |
| HSL | 205.82º | 0.52% | 0.3% | - |
| HSV(B) | 205.82º | 0.68% | 0.45% | - |
| XYZ | 6.93 | 7.69 | 17.64 | - |
| YUV | 72.42 | 152.59 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 116 | 0.68 | 0.29 | 0 | 0.55 | 205.82 | 0.52 | 0.3 |
| Hex | 25 | 52 | 74 | 44 | 1D | 0 | 37 | CE | 34 | 1E |
| Octal | 45 | 122 | 164 | 104 | 35 | 0 | 67 | 316 | 64 | 36 |
| Binary | 100101 | 1010010 | 1110100 | 1000100 | 11101 | 0 | 110111 | 11001110 | 110100 | 11110 |
Color Harmonies of #255274
Complementary color
Monochromatic Colors of #255274
Black with #255274
Text Example
Text Example
White with #255274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255274; }
p { color: rgb(37,82,116); }
H1.HeaderClassName
{
color: #255274;
}
.AnyTagClassName
{
color: #255274;
}
</style>
background-color css
<style>
a { background-color: #255274; }
a { background-color: rgb(37,82,116); }
div.DivClassName
{
background-color: #255274;
}
.BgClassName
{
background-color: #255274;
}
</style>
border-color css
<style>
span { border-color: #255274; }
span { border-color: rgb(37,82,116); }
td.TdClassName
{
border-color: #255274;
}
.TagClassName
{
border-color: #255274;
}
</style>