Shades of Venice Blue #284E7B
Tints of Venice Blue #284E7B
RGB
CMYK
RGB Variations
Color information
#284E7B (or 0x284E7B) is known color: Venice Blue. HEX triplet: 28, 4E and 7B. RGB value is (40,78,123). Sum of RGB (Red+Green+Blue) = 40+78+123=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #284E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7B is #D7B184. Grayscale: #474747. Windows color (decimal): -14135685 or 8080936. OLE color: 8080936.
HSL color Cylindrical-coordinate representation of color #284E7B: hue angle of 212.53º 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 #284E7B is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 78 | 123 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.52 |
| HSL | 212.53º | 0.51% | 0.32% | - |
| HSV(B) | 212.53º | 0.67% | 0.48% | - |
| XYZ | 7.17 | 7.33 | 19.78 | - |
| YUV | 71.77 | 156.91 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 123 | 0.67 | 0.37 | 0 | 0.52 | 212.53 | 0.51 | 0.32 |
| Hex | 28 | 4E | 7B | 43 | 25 | 0 | 34 | D5 | 33 | 20 |
| Octal | 50 | 116 | 173 | 103 | 45 | 0 | 64 | 325 | 63 | 40 |
| Binary | 101000 | 1001110 | 1111011 | 1000011 | 100101 | 0 | 110100 | 11010101 | 110011 | 100000 |
Color Harmonies of #284E7B
Complementary color
Monochromatic Colors of #284E7B
Black with #284E7B
Text Example
Text Example
White with #284E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E7B; }
p { color: rgb(40,78,123); }
H1.HeaderClassName
{
color: #284E7B;
}
.AnyTagClassName
{
color: #284E7B;
}
</style>
background-color css
<style>
a { background-color: #284E7B; }
a { background-color: rgb(40,78,123); }
div.DivClassName
{
background-color: #284E7B;
}
.BgClassName
{
background-color: #284E7B;
}
</style>
border-color css
<style>
span { border-color: #284E7B; }
span { border-color: rgb(40,78,123); }
td.TdClassName
{
border-color: #284E7B;
}
.TagClassName
{
border-color: #284E7B;
}
</style>