Shades of Venice Blue #365872
Tints of Venice Blue #365872
RGB
CMYK
RGB Variations
Color information
#365872 (or 0x365872) is known color: Venice Blue. HEX triplet: 36, 58 and 72. RGB value is (54,88,114). Sum of RGB (Red+Green+Blue) = 54+88+114=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #365872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365872 is #C9A78D. Grayscale: #505050. Windows color (decimal): -13215630 or 7493686. OLE color: 7493686.
HSL color Cylindrical-coordinate representation of color #365872: hue angle of 206º 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 #365872 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 88 | 114 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.55 |
| HSL | 206º | 0.36% | 0.33% | - |
| HSV(B) | 206º | 0.53% | 0.45% | - |
| XYZ | 8.05 | 8.98 | 17.23 | - |
| YUV | 80.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 114 | 0.53 | 0.23 | 0 | 0.55 | 206 | 0.36 | 0.33 |
| Hex | 36 | 58 | 72 | 35 | 17 | 0 | 37 | CE | 24 | 21 |
| Octal | 66 | 130 | 162 | 65 | 27 | 0 | 67 | 316 | 44 | 41 |
| Binary | 110110 | 1011000 | 1110010 | 110101 | 10111 | 0 | 110111 | 11001110 | 100100 | 100001 |
Color Harmonies of #365872
Complementary color
Monochromatic Colors of #365872
Black with #365872
Text Example
Text Example
White with #365872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365872; }
p { color: rgb(54,88,114); }
H1.HeaderClassName
{
color: #365872;
}
.AnyTagClassName
{
color: #365872;
}
</style>
background-color css
<style>
a { background-color: #365872; }
a { background-color: rgb(54,88,114); }
div.DivClassName
{
background-color: #365872;
}
.BgClassName
{
background-color: #365872;
}
</style>
border-color css
<style>
span { border-color: #365872; }
span { border-color: rgb(54,88,114); }
td.TdClassName
{
border-color: #365872;
}
.TagClassName
{
border-color: #365872;
}
</style>