Shades of Venice Blue #2F5378
Tints of Venice Blue #2F5378
RGB
CMYK
RGB Variations
Color information
#2F5378 (or 0x2F5378) is known color: Venice Blue. HEX triplet: 2F, 53 and 78. RGB value is (47,83,120). Sum of RGB (Red+Green+Blue) = 47+83+120=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F5378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5378 is #D0AC87. Grayscale: #4C4C4C. Windows color (decimal): -13675656 or 7885615. OLE color: 7885615.
HSL color Cylindrical-coordinate representation of color #2F5378: hue angle of 210.41º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F5378 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 83 | 120 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.53 |
| HSL | 210.41º | 0.44% | 0.33% | - |
| HSV(B) | 210.41º | 0.61% | 0.47% | - |
| XYZ | 7.66 | 8.15 | 18.94 | - |
| YUV | 76.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 83 | 120 | 0.61 | 0.31 | 0 | 0.53 | 210.41 | 0.44 | 0.33 |
| Hex | 2F | 53 | 78 | 3D | 1F | 0 | 35 | D2 | 2C | 21 |
| Octal | 57 | 123 | 170 | 75 | 37 | 0 | 65 | 322 | 54 | 41 |
| Binary | 101111 | 1010011 | 1111000 | 111101 | 11111 | 0 | 110101 | 11010010 | 101100 | 100001 |
Color Harmonies of #2F5378
Complementary color
Monochromatic Colors of #2F5378
Black with #2F5378
Text Example
Text Example
White with #2F5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5378; }
p { color: rgb(47,83,120); }
H1.HeaderClassName
{
color: #2F5378;
}
.AnyTagClassName
{
color: #2F5378;
}
</style>
background-color css
<style>
a { background-color: #2F5378; }
a { background-color: rgb(47,83,120); }
div.DivClassName
{
background-color: #2F5378;
}
.BgClassName
{
background-color: #2F5378;
}
</style>
border-color css
<style>
span { border-color: #2F5378; }
span { border-color: rgb(47,83,120); }
td.TdClassName
{
border-color: #2F5378;
}
.TagClassName
{
border-color: #2F5378;
}
</style>