Shades of Venice Blue #284D6F
Tints of Venice Blue #284D6F
RGB
CMYK
RGB Variations
Color information
#284D6F (or 0x284D6F) is known color: Venice Blue. HEX triplet: 28, 4D and 6F. RGB value is (40,77,111). Sum of RGB (Red+Green+Blue) = 40+77+111=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 111 (43.75% from 255 or 48.68% from 228); Max value from RGB is 111 - color contains mainly: blue. Hex color #284D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D6F is #D7B290. Grayscale: #454545. Windows color (decimal): -14135953 or 7294248. OLE color: 7294248.
HSL color Cylindrical-coordinate representation of color #284D6F: hue angle of 208.73º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #284D6F is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 77 | 111 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.56 |
| HSL | 208.73º | 0.47% | 0.3% | - |
| HSV(B) | 208.73º | 0.64% | 0.44% | - |
| XYZ | 6.4 | 6.91 | 16.03 | - |
| YUV | 69.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 111 | 0.64 | 0.31 | 0 | 0.56 | 208.73 | 0.47 | 0.3 |
| Hex | 28 | 4D | 6F | 40 | 1F | 0 | 38 | D1 | 2F | 1E |
| Octal | 50 | 115 | 157 | 100 | 37 | 0 | 70 | 321 | 57 | 36 |
| Binary | 101000 | 1001101 | 1101111 | 1000000 | 11111 | 0 | 111000 | 11010001 | 101111 | 11110 |
Color Harmonies of #284D6F
Complementary color
Monochromatic Colors of #284D6F
Black with #284D6F
Text Example
Text Example
White with #284D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D6F; }
p { color: rgb(40,77,111); }
H1.HeaderClassName
{
color: #284D6F;
}
.AnyTagClassName
{
color: #284D6F;
}
</style>
background-color css
<style>
a { background-color: #284D6F; }
a { background-color: rgb(40,77,111); }
div.DivClassName
{
background-color: #284D6F;
}
.BgClassName
{
background-color: #284D6F;
}
</style>
border-color css
<style>
span { border-color: #284D6F; }
span { border-color: rgb(40,77,111); }
td.TdClassName
{
border-color: #284D6F;
}
.TagClassName
{
border-color: #284D6F;
}
</style>