Shades of Venice Blue #2F597B
Tints of Venice Blue #2F597B
RGB
CMYK
RGB Variations
Color information
#2F597B (or 0x2F597B) is known color: Venice Blue. HEX triplet: 2F, 59 and 7B. RGB value is (47,89,123). Sum of RGB (Red+Green+Blue) = 47+89+123=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #2F597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F597B is #D0A684. Grayscale: #505050. Windows color (decimal): -13674117 or 8083759. OLE color: 8083759.
HSL color Cylindrical-coordinate representation of color #2F597B: hue angle of 206.84º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F597B is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 47 | 89 | 123 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.52 |
| HSL | 206.84º | 0.45% | 0.33% | - |
| HSV(B) | 206.84º | 0.62% | 0.48% | - |
| XYZ | 8.32 | 9.18 | 20.07 | - |
| YUV | 80.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 123 | 0.62 | 0.28 | 0 | 0.52 | 206.84 | 0.45 | 0.33 |
| Hex | 2F | 59 | 7B | 3E | 1C | 0 | 34 | CF | 2D | 21 |
| Octal | 57 | 131 | 173 | 76 | 34 | 0 | 64 | 317 | 55 | 41 |
| Binary | 101111 | 1011001 | 1111011 | 111110 | 11100 | 0 | 110100 | 11001111 | 101101 | 100001 |
Color Harmonies of #2F597B
Complementary color
Monochromatic Colors of #2F597B
Black with #2F597B
Text Example
Text Example
White with #2F597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F597B; }
p { color: rgb(47,89,123); }
H1.HeaderClassName
{
color: #2F597B;
}
.AnyTagClassName
{
color: #2F597B;
}
</style>
background-color css
<style>
a { background-color: #2F597B; }
a { background-color: rgb(47,89,123); }
div.DivClassName
{
background-color: #2F597B;
}
.BgClassName
{
background-color: #2F597B;
}
</style>
border-color css
<style>
span { border-color: #2F597B; }
span { border-color: rgb(47,89,123); }
td.TdClassName
{
border-color: #2F597B;
}
.TagClassName
{
border-color: #2F597B;
}
</style>