Shades of Venice Blue #2F5572
Tints of Venice Blue #2F5572
RGB
CMYK
RGB Variations
Color information
#2F5572 (or 0x2F5572) is known color: Venice Blue. HEX triplet: 2F, 55 and 72. RGB value is (47,85,114). Sum of RGB (Red+Green+Blue) = 47+85+114=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #2F5572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5572 is #D0AA8D. Grayscale: #4C4C4C. Windows color (decimal): -13675150 or 7492911. OLE color: 7492911.
HSL color Cylindrical-coordinate representation of color #2F5572: hue angle of 205.97º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5572 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 85 | 114 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.55 |
| HSL | 205.97º | 0.42% | 0.32% | - |
| HSV(B) | 205.97º | 0.59% | 0.45% | - |
| XYZ | 7.46 | 8.32 | 17.13 | - |
| YUV | 76.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 114 | 0.59 | 0.25 | 0 | 0.55 | 205.97 | 0.42 | 0.32 |
| Hex | 2F | 55 | 72 | 3B | 19 | 0 | 37 | CE | 2A | 20 |
| Octal | 57 | 125 | 162 | 73 | 31 | 0 | 67 | 316 | 52 | 40 |
| Binary | 101111 | 1010101 | 1110010 | 111011 | 11001 | 0 | 110111 | 11001110 | 101010 | 100000 |
Color Harmonies of #2F5572
Complementary color
Monochromatic Colors of #2F5572
Black with #2F5572
Text Example
Text Example
White with #2F5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5572; }
p { color: rgb(47,85,114); }
H1.HeaderClassName
{
color: #2F5572;
}
.AnyTagClassName
{
color: #2F5572;
}
</style>
background-color css
<style>
a { background-color: #2F5572; }
a { background-color: rgb(47,85,114); }
div.DivClassName
{
background-color: #2F5572;
}
.BgClassName
{
background-color: #2F5572;
}
</style>
border-color css
<style>
span { border-color: #2F5572; }
span { border-color: rgb(47,85,114); }
td.TdClassName
{
border-color: #2F5572;
}
.TagClassName
{
border-color: #2F5572;
}
</style>