Shades of Venice Blue #284A76
Tints of Venice Blue #284A76
RGB
CMYK
RGB Variations
Color information
#284A76 (or 0x284A76) is known color: Venice Blue. HEX triplet: 28, 4A and 76. RGB value is (40,74,118). Sum of RGB (Red+Green+Blue) = 40+74+118=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #284A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A76 is #D7B589. Grayscale: #444444. Windows color (decimal): -14136714 or 7752232. OLE color: 7752232.
HSL color Cylindrical-coordinate representation of color #284A76: hue angle of 213.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #284A76 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 74 | 118 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.54 |
| HSL | 213.85º | 0.49% | 0.31% | - |
| HSV(B) | 213.85º | 0.66% | 0.46% | - |
| XYZ | 6.59 | 6.66 | 18.08 | - |
| YUV | 68.85 | 155.74 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 118 | 0.66 | 0.37 | 0 | 0.54 | 213.85 | 0.49 | 0.31 |
| Hex | 28 | 4A | 76 | 42 | 25 | 0 | 36 | D6 | 31 | 1F |
| Octal | 50 | 112 | 166 | 102 | 45 | 0 | 66 | 326 | 61 | 37 |
| Binary | 101000 | 1001010 | 1110110 | 1000010 | 100101 | 0 | 110110 | 11010110 | 110001 | 11111 |
Color Harmonies of #284A76
Complementary color
Monochromatic Colors of #284A76
Black with #284A76
Text Example
Text Example
White with #284A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A76; }
p { color: rgb(40,74,118); }
H1.HeaderClassName
{
color: #284A76;
}
.AnyTagClassName
{
color: #284A76;
}
</style>
background-color css
<style>
a { background-color: #284A76; }
a { background-color: rgb(40,74,118); }
div.DivClassName
{
background-color: #284A76;
}
.BgClassName
{
background-color: #284A76;
}
</style>
border-color css
<style>
span { border-color: #284A76; }
span { border-color: rgb(40,74,118); }
td.TdClassName
{
border-color: #284A76;
}
.TagClassName
{
border-color: #284A76;
}
</style>