Shades of Venice Blue #365672
Tints of Venice Blue #365672
RGB
CMYK
RGB Variations
Color information
#365672 (or 0x365672) is known color: Venice Blue. HEX triplet: 36, 56 and 72. RGB value is (54,86,114). Sum of RGB (Red+Green+Blue) = 54+86+114=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #365672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365672 is #C9A98D. Grayscale: #4F4F4F. Windows color (decimal): -13216142 or 7493174. OLE color: 7493174.
HSL color Cylindrical-coordinate representation of color #365672: hue angle of 208º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #365672 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 86 | 114 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.55 |
| HSL | 208º | 0.36% | 0.33% | - |
| HSV(B) | 208º | 0.53% | 0.45% | - |
| XYZ | 7.89 | 8.65 | 17.17 | - |
| YUV | 79.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 114 | 0.53 | 0.25 | 0 | 0.55 | 208 | 0.36 | 0.33 |
| Hex | 36 | 56 | 72 | 35 | 19 | 0 | 37 | D0 | 24 | 21 |
| Octal | 66 | 126 | 162 | 65 | 31 | 0 | 67 | 320 | 44 | 41 |
| Binary | 110110 | 1010110 | 1110010 | 110101 | 11001 | 0 | 110111 | 11010000 | 100100 | 100001 |
Color Harmonies of #365672
Complementary color
Monochromatic Colors of #365672
Black with #365672
Text Example
Text Example
White with #365672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365672; }
p { color: rgb(54,86,114); }
H1.HeaderClassName
{
color: #365672;
}
.AnyTagClassName
{
color: #365672;
}
</style>
background-color css
<style>
a { background-color: #365672; }
a { background-color: rgb(54,86,114); }
div.DivClassName
{
background-color: #365672;
}
.BgClassName
{
background-color: #365672;
}
</style>
border-color css
<style>
span { border-color: #365672; }
span { border-color: rgb(54,86,114); }
td.TdClassName
{
border-color: #365672;
}
.TagClassName
{
border-color: #365672;
}
</style>