Shades of Venice Blue #35526E
Tints of Venice Blue #35526E
RGB
CMYK
RGB Variations
Color information
#35526E (or 0x35526E) is known color: Venice Blue. HEX triplet: 35, 52 and 6E. RGB value is (53,82,110). Sum of RGB (Red+Green+Blue) = 53+82+110=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #35526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35526E is #CAAD91. Grayscale: #4C4C4C. Windows color (decimal): -13282706 or 7230005. OLE color: 7230005.
HSL color Cylindrical-coordinate representation of color #35526E: hue angle of 209.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35526E is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 53 | 82 | 110 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.57 |
| HSL | 209.47º | 0.35% | 0.32% | - |
| HSV(B) | 209.47º | 0.52% | 0.43% | - |
| XYZ | 7.3 | 7.92 | 15.9 | - |
| YUV | 76.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 110 | 0.52 | 0.25 | 0 | 0.57 | 209.47 | 0.35 | 0.32 |
| Hex | 35 | 52 | 6E | 34 | 19 | 0 | 39 | D1 | 23 | 20 |
| Octal | 65 | 122 | 156 | 64 | 31 | 0 | 71 | 321 | 43 | 40 |
| Binary | 110101 | 1010010 | 1101110 | 110100 | 11001 | 0 | 111001 | 11010001 | 100011 | 100000 |
Color Harmonies of #35526E
Complementary color
Monochromatic Colors of #35526E
Black with #35526E
Text Example
Text Example
White with #35526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35526E; }
p { color: rgb(53,82,110); }
H1.HeaderClassName
{
color: #35526E;
}
.AnyTagClassName
{
color: #35526E;
}
</style>
background-color css
<style>
a { background-color: #35526E; }
a { background-color: rgb(53,82,110); }
div.DivClassName
{
background-color: #35526E;
}
.BgClassName
{
background-color: #35526E;
}
</style>
border-color css
<style>
span { border-color: #35526E; }
span { border-color: rgb(53,82,110); }
td.TdClassName
{
border-color: #35526E;
}
.TagClassName
{
border-color: #35526E;
}
</style>