Shades of Venice Blue #365470
Tints of Venice Blue #365470
RGB
CMYK
RGB Variations
Color information
#365470 (or 0x365470) is known color: Venice Blue. HEX triplet: 36, 54 and 70. RGB value is (54,84,112). Sum of RGB (Red+Green+Blue) = 54+84+112=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #365470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365470 is #C9AB8F. Grayscale: #4E4E4E. Windows color (decimal): -13216656 or 7361590. OLE color: 7361590.
HSL color Cylindrical-coordinate representation of color #365470: hue angle of 208.97º 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 #365470 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 84 | 112 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.56 |
| HSL | 208.97º | 0.35% | 0.33% | - |
| HSV(B) | 208.97º | 0.52% | 0.44% | - |
| XYZ | 7.62 | 8.29 | 16.53 | - |
| YUV | 78.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 84 | 112 | 0.52 | 0.25 | 0 | 0.56 | 208.97 | 0.35 | 0.33 |
| Hex | 36 | 54 | 70 | 34 | 19 | 0 | 38 | D1 | 23 | 21 |
| Octal | 66 | 124 | 160 | 64 | 31 | 0 | 70 | 321 | 43 | 41 |
| Binary | 110110 | 1010100 | 1110000 | 110100 | 11001 | 0 | 111000 | 11010001 | 100011 | 100001 |
Color Harmonies of #365470
Complementary color
Monochromatic Colors of #365470
Black with #365470
Text Example
Text Example
White with #365470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365470; }
p { color: rgb(54,84,112); }
H1.HeaderClassName
{
color: #365470;
}
.AnyTagClassName
{
color: #365470;
}
</style>
background-color css
<style>
a { background-color: #365470; }
a { background-color: rgb(54,84,112); }
div.DivClassName
{
background-color: #365470;
}
.BgClassName
{
background-color: #365470;
}
</style>
border-color css
<style>
span { border-color: #365470; }
span { border-color: rgb(54,84,112); }
td.TdClassName
{
border-color: #365470;
}
.TagClassName
{
border-color: #365470;
}
</style>