Shades of Venice Blue #36536F
Tints of Venice Blue #36536F
RGB
CMYK
RGB Variations
Color information
#36536F (or 0x36536F) is known color: Venice Blue. HEX triplet: 36, 53 and 6F. RGB value is (54,83,111). Sum of RGB (Red+Green+Blue) = 54+83+111=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #36536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36536F is #C9AC90. Grayscale: #4D4D4D. Windows color (decimal): -13216913 or 7295798. OLE color: 7295798.
HSL color Cylindrical-coordinate representation of color #36536F: hue angle of 209.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36536F is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 83 | 111 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.56 |
| HSL | 209.47º | 0.35% | 0.32% | - |
| HSV(B) | 209.47º | 0.51% | 0.44% | - |
| XYZ | 7.48 | 8.12 | 16.21 | - |
| YUV | 77.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 111 | 0.51 | 0.25 | 0 | 0.56 | 209.47 | 0.35 | 0.32 |
| Hex | 36 | 53 | 6F | 33 | 19 | 0 | 38 | D1 | 23 | 20 |
| Octal | 66 | 123 | 157 | 63 | 31 | 0 | 70 | 321 | 43 | 40 |
| Binary | 110110 | 1010011 | 1101111 | 110011 | 11001 | 0 | 111000 | 11010001 | 100011 | 100000 |
Color Harmonies of #36536F
Complementary color
Monochromatic Colors of #36536F
Black with #36536F
Text Example
Text Example
White with #36536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36536F; }
p { color: rgb(54,83,111); }
H1.HeaderClassName
{
color: #36536F;
}
.AnyTagClassName
{
color: #36536F;
}
</style>
background-color css
<style>
a { background-color: #36536F; }
a { background-color: rgb(54,83,111); }
div.DivClassName
{
background-color: #36536F;
}
.BgClassName
{
background-color: #36536F;
}
</style>
border-color css
<style>
span { border-color: #36536F; }
span { border-color: rgb(54,83,111); }
td.TdClassName
{
border-color: #36536F;
}
.TagClassName
{
border-color: #36536F;
}
</style>