Shades of Venice Blue #284F7B
Tints of Venice Blue #284F7B
RGB
CMYK
RGB Variations
Color information
#284F7B (or 0x284F7B) is known color: Venice Blue. HEX triplet: 28, 4F and 7B. RGB value is (40,79,123). Sum of RGB (Red+Green+Blue) = 40+79+123=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #284F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F7B is #D7B084. Grayscale: #484848. Windows color (decimal): -14135429 or 8081192. OLE color: 8081192.
HSL color Cylindrical-coordinate representation of color #284F7B: hue angle of 211.81º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284F7B is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 79 | 123 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.52 |
| HSL | 211.81º | 0.51% | 0.32% | - |
| HSV(B) | 211.81º | 0.67% | 0.48% | - |
| XYZ | 7.25 | 7.47 | 19.8 | - |
| YUV | 72.36 | 156.58 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 123 | 0.67 | 0.36 | 0 | 0.52 | 211.81 | 0.51 | 0.32 |
| Hex | 28 | 4F | 7B | 43 | 24 | 0 | 34 | D4 | 33 | 20 |
| Octal | 50 | 117 | 173 | 103 | 44 | 0 | 64 | 324 | 63 | 40 |
| Binary | 101000 | 1001111 | 1111011 | 1000011 | 100100 | 0 | 110100 | 11010100 | 110011 | 100000 |
Color Harmonies of #284F7B
Complementary color
Monochromatic Colors of #284F7B
Black with #284F7B
Text Example
Text Example
White with #284F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F7B; }
p { color: rgb(40,79,123); }
H1.HeaderClassName
{
color: #284F7B;
}
.AnyTagClassName
{
color: #284F7B;
}
</style>
background-color css
<style>
a { background-color: #284F7B; }
a { background-color: rgb(40,79,123); }
div.DivClassName
{
background-color: #284F7B;
}
.BgClassName
{
background-color: #284F7B;
}
</style>
border-color css
<style>
span { border-color: #284F7B; }
span { border-color: rgb(40,79,123); }
td.TdClassName
{
border-color: #284F7B;
}
.TagClassName
{
border-color: #284F7B;
}
</style>