Shades of Venice Blue #365171
Tints of Venice Blue #365171
RGB
CMYK
RGB Variations
Color information
#365171 (or 0x365171) is known color: Venice Blue. HEX triplet: 36, 51 and 71. RGB value is (54,81,113). Sum of RGB (Red+Green+Blue) = 54+81+113=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #365171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365171 is #C9AE8E. Grayscale: #4C4C4C. Windows color (decimal): -13217423 or 7426358. OLE color: 7426358.
HSL color Cylindrical-coordinate representation of color #365171: hue angle of 212.54º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365171 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 81 | 113 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.56 |
| HSL | 212.54º | 0.35% | 0.33% | - |
| HSV(B) | 212.54º | 0.52% | 0.44% | - |
| XYZ | 7.44 | 7.86 | 16.75 | - |
| YUV | 76.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 81 | 113 | 0.52 | 0.28 | 0 | 0.56 | 212.54 | 0.35 | 0.33 |
| Hex | 36 | 51 | 71 | 34 | 1C | 0 | 38 | D5 | 23 | 21 |
| Octal | 66 | 121 | 161 | 64 | 34 | 0 | 70 | 325 | 43 | 41 |
| Binary | 110110 | 1010001 | 1110001 | 110100 | 11100 | 0 | 111000 | 11010101 | 100011 | 100001 |
Color Harmonies of #365171
Complementary color
Monochromatic Colors of #365171
Black with #365171
Text Example
Text Example
White with #365171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365171; }
p { color: rgb(54,81,113); }
H1.HeaderClassName
{
color: #365171;
}
.AnyTagClassName
{
color: #365171;
}
</style>
background-color css
<style>
a { background-color: #365171; }
a { background-color: rgb(54,81,113); }
div.DivClassName
{
background-color: #365171;
}
.BgClassName
{
background-color: #365171;
}
</style>
border-color css
<style>
span { border-color: #365171; }
span { border-color: rgb(54,81,113); }
td.TdClassName
{
border-color: #365171;
}
.TagClassName
{
border-color: #365171;
}
</style>