Shades of Venice Blue #284F7C
Tints of Venice Blue #284F7C
RGB
CMYK
RGB Variations
Color information
#284F7C (or 0x284F7C) is known color: Venice Blue. HEX triplet: 28, 4F and 7C. RGB value is (40,79,124). Sum of RGB (Red+Green+Blue) = 40+79+124=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 79 (31.25% from 255 or 32.51% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #284F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284F7C is #D7B083. Grayscale: #484848. Windows color (decimal): -14135428 or 8146728. OLE color: 8146728.
HSL color Cylindrical-coordinate representation of color #284F7C: hue angle of 212.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #284F7C is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 79 | 124 | - |
| CMYK | 0.68 | 0.36 | 0 | 0.51 |
| HSL | 212.14º | 0.51% | 0.32% | - |
| HSV(B) | 212.14º | 0.68% | 0.49% | - |
| XYZ | 7.31 | 7.5 | 20.13 | - |
| YUV | 72.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 124 | 0.68 | 0.36 | 0 | 0.51 | 212.14 | 0.51 | 0.32 |
| Hex | 28 | 4F | 7C | 44 | 24 | 0 | 33 | D4 | 33 | 20 |
| Octal | 50 | 117 | 174 | 104 | 44 | 0 | 63 | 324 | 63 | 40 |
| Binary | 101000 | 1001111 | 1111100 | 1000100 | 100100 | 0 | 110011 | 11010100 | 110011 | 100000 |
Color Harmonies of #284F7C
Complementary color
Monochromatic Colors of #284F7C
Black with #284F7C
Text Example
Text Example
White with #284F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284F7C; }
p { color: rgb(40,79,124); }
H1.HeaderClassName
{
color: #284F7C;
}
.AnyTagClassName
{
color: #284F7C;
}
</style>
background-color css
<style>
a { background-color: #284F7C; }
a { background-color: rgb(40,79,124); }
div.DivClassName
{
background-color: #284F7C;
}
.BgClassName
{
background-color: #284F7C;
}
</style>
border-color css
<style>
span { border-color: #284F7C; }
span { border-color: rgb(40,79,124); }
td.TdClassName
{
border-color: #284F7C;
}
.TagClassName
{
border-color: #284F7C;
}
</style>