Shades of Venice Blue #35526F
Tints of Venice Blue #35526F
RGB
CMYK
RGB Variations
Color information
#35526F (or 0x35526F) is known color: Venice Blue. HEX triplet: 35, 52 and 6F. RGB value is (53,82,111). Sum of RGB (Red+Green+Blue) = 53+82+111=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #35526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35526F is #CAAD90. Grayscale: #4C4C4C. Windows color (decimal): -13282705 or 7295541. OLE color: 7295541.
HSL color Cylindrical-coordinate representation of color #35526F: hue angle of 210º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #35526F is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 82 | 111 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.56 |
| HSL | 210º | 0.35% | 0.32% | - |
| HSV(B) | 210º | 0.52% | 0.44% | - |
| XYZ | 7.35 | 7.94 | 16.18 | - |
| YUV | 76.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 111 | 0.52 | 0.26 | 0 | 0.56 | 210 | 0.35 | 0.32 |
| Hex | 35 | 52 | 6F | 34 | 1A | 0 | 38 | D2 | 23 | 20 |
| Octal | 65 | 122 | 157 | 64 | 32 | 0 | 70 | 322 | 43 | 40 |
| Binary | 110101 | 1010010 | 1101111 | 110100 | 11010 | 0 | 111000 | 11010010 | 100011 | 100000 |
Color Harmonies of #35526F
Complementary color
Monochromatic Colors of #35526F
Black with #35526F
Text Example
Text Example
White with #35526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35526F; }
p { color: rgb(53,82,111); }
H1.HeaderClassName
{
color: #35526F;
}
.AnyTagClassName
{
color: #35526F;
}
</style>
background-color css
<style>
a { background-color: #35526F; }
a { background-color: rgb(53,82,111); }
div.DivClassName
{
background-color: #35526F;
}
.BgClassName
{
background-color: #35526F;
}
</style>
border-color css
<style>
span { border-color: #35526F; }
span { border-color: rgb(53,82,111); }
td.TdClassName
{
border-color: #35526F;
}
.TagClassName
{
border-color: #35526F;
}
</style>