Shades of Venice Blue #365272
Tints of Venice Blue #365272
RGB
CMYK
RGB Variations
Color information
#365272 (or 0x365272) is known color: Venice Blue. HEX triplet: 36, 52 and 72. RGB value is (54,82,114). Sum of RGB (Red+Green+Blue) = 54+82+114=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #365272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365272 is #C9AD8D. Grayscale: #4D4D4D. Windows color (decimal): -13217166 or 7492150. OLE color: 7492150.
HSL color Cylindrical-coordinate representation of color #365272: hue angle of 212º 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 #365272 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 82 | 114 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.55 |
| HSL | 212º | 0.36% | 0.33% | - |
| HSV(B) | 212º | 0.53% | 0.45% | - |
| XYZ | 7.58 | 8.03 | 17.07 | - |
| YUV | 77.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 114 | 0.53 | 0.28 | 0 | 0.55 | 212 | 0.36 | 0.33 |
| Hex | 36 | 52 | 72 | 35 | 1C | 0 | 37 | D4 | 24 | 21 |
| Octal | 66 | 122 | 162 | 65 | 34 | 0 | 67 | 324 | 44 | 41 |
| Binary | 110110 | 1010010 | 1110010 | 110101 | 11100 | 0 | 110111 | 11010100 | 100100 | 100001 |
Color Harmonies of #365272
Complementary color
Monochromatic Colors of #365272
Black with #365272
Text Example
Text Example
White with #365272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365272; }
p { color: rgb(54,82,114); }
H1.HeaderClassName
{
color: #365272;
}
.AnyTagClassName
{
color: #365272;
}
</style>
background-color css
<style>
a { background-color: #365272; }
a { background-color: rgb(54,82,114); }
div.DivClassName
{
background-color: #365272;
}
.BgClassName
{
background-color: #365272;
}
</style>
border-color css
<style>
span { border-color: #365272; }
span { border-color: rgb(54,82,114); }
td.TdClassName
{
border-color: #365272;
}
.TagClassName
{
border-color: #365272;
}
</style>