Shades of Venice Blue #365572
Tints of Venice Blue #365572
RGB
CMYK
RGB Variations
Color information
#365572 (or 0x365572) is known color: Venice Blue. HEX triplet: 36, 55 and 72. RGB value is (54,85,114). Sum of RGB (Red+Green+Blue) = 54+85+114=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #365572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365572 is #C9AA8D. Grayscale: #4E4E4E. Windows color (decimal): -13216398 or 7492918. OLE color: 7492918.
HSL color Cylindrical-coordinate representation of color #365572: hue angle of 209º 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 #365572 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 85 | 114 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.55 |
| HSL | 209º | 0.36% | 0.33% | - |
| HSV(B) | 209º | 0.53% | 0.45% | - |
| XYZ | 7.81 | 8.5 | 17.15 | - |
| YUV | 79.04 | 147.73 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 85 | 114 | 0.53 | 0.25 | 0 | 0.55 | 209 | 0.36 | 0.33 |
| Hex | 36 | 55 | 72 | 35 | 19 | 0 | 37 | D1 | 24 | 21 |
| Octal | 66 | 125 | 162 | 65 | 31 | 0 | 67 | 321 | 44 | 41 |
| Binary | 110110 | 1010101 | 1110010 | 110101 | 11001 | 0 | 110111 | 11010001 | 100100 | 100001 |
Color Harmonies of #365572
Complementary color
Monochromatic Colors of #365572
Black with #365572
Text Example
Text Example
White with #365572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365572; }
p { color: rgb(54,85,114); }
H1.HeaderClassName
{
color: #365572;
}
.AnyTagClassName
{
color: #365572;
}
</style>
background-color css
<style>
a { background-color: #365572; }
a { background-color: rgb(54,85,114); }
div.DivClassName
{
background-color: #365572;
}
.BgClassName
{
background-color: #365572;
}
</style>
border-color css
<style>
span { border-color: #365572; }
span { border-color: rgb(54,85,114); }
td.TdClassName
{
border-color: #365572;
}
.TagClassName
{
border-color: #365572;
}
</style>