Shades of Venice Blue #284A71
Tints of Venice Blue #284A71
RGB
CMYK
RGB Variations
Color information
#284A71 (or 0x284A71) is known color: Venice Blue. HEX triplet: 28, 4A and 71. RGB value is (40,74,113). Sum of RGB (Red+Green+Blue) = 40+74+113=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #284A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A71 is #D7B58E. Grayscale: #444444. Windows color (decimal): -14136719 or 7424552. OLE color: 7424552.
HSL color Cylindrical-coordinate representation of color #284A71: hue angle of 212.05º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #284A71 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 74 | 113 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.56 |
| HSL | 212.05º | 0.48% | 0.3% | - |
| HSV(B) | 212.05º | 0.65% | 0.44% | - |
| XYZ | 6.3 | 6.54 | 16.55 | - |
| YUV | 68.28 | 153.24 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 113 | 0.65 | 0.35 | 0 | 0.56 | 212.05 | 0.48 | 0.3 |
| Hex | 28 | 4A | 71 | 41 | 23 | 0 | 38 | D4 | 30 | 1E |
| Octal | 50 | 112 | 161 | 101 | 43 | 0 | 70 | 324 | 60 | 36 |
| Binary | 101000 | 1001010 | 1110001 | 1000001 | 100011 | 0 | 111000 | 11010100 | 110000 | 11110 |
Color Harmonies of #284A71
Complementary color
Monochromatic Colors of #284A71
Black with #284A71
Text Example
Text Example
White with #284A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A71; }
p { color: rgb(40,74,113); }
H1.HeaderClassName
{
color: #284A71;
}
.AnyTagClassName
{
color: #284A71;
}
</style>
background-color css
<style>
a { background-color: #284A71; }
a { background-color: rgb(40,74,113); }
div.DivClassName
{
background-color: #284A71;
}
.BgClassName
{
background-color: #284A71;
}
</style>
border-color css
<style>
span { border-color: #284A71; }
span { border-color: rgb(40,74,113); }
td.TdClassName
{
border-color: #284A71;
}
.TagClassName
{
border-color: #284A71;
}
</style>