Shades of Venice Blue #284A6F
Tints of Venice Blue #284A6F
RGB
CMYK
RGB Variations
Color information
#284A6F (or 0x284A6F) is known color: Venice Blue. HEX triplet: 28, 4A and 6F. RGB value is (40,74,111). Sum of RGB (Red+Green+Blue) = 40+74+111=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #284A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284A6F is #D7B590. Grayscale: #434343. Windows color (decimal): -14136721 or 7293480. OLE color: 7293480.
HSL color Cylindrical-coordinate representation of color #284A6F: hue angle of 211.27º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #284A6F is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 74 | 111 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.56 |
| HSL | 211.27º | 0.47% | 0.3% | - |
| HSV(B) | 211.27º | 0.64% | 0.44% | - |
| XYZ | 6.19 | 6.5 | 15.97 | - |
| YUV | 68.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 111 | 0.64 | 0.33 | 0 | 0.56 | 211.27 | 0.47 | 0.3 |
| Hex | 28 | 4A | 6F | 40 | 21 | 0 | 38 | D3 | 2F | 1E |
| Octal | 50 | 112 | 157 | 100 | 41 | 0 | 70 | 323 | 57 | 36 |
| Binary | 101000 | 1001010 | 1101111 | 1000000 | 100001 | 0 | 111000 | 11010011 | 101111 | 11110 |
Color Harmonies of #284A6F
Complementary color
Monochromatic Colors of #284A6F
Black with #284A6F
Text Example
Text Example
White with #284A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A6F; }
p { color: rgb(40,74,111); }
H1.HeaderClassName
{
color: #284A6F;
}
.AnyTagClassName
{
color: #284A6F;
}
</style>
background-color css
<style>
a { background-color: #284A6F; }
a { background-color: rgb(40,74,111); }
div.DivClassName
{
background-color: #284A6F;
}
.BgClassName
{
background-color: #284A6F;
}
</style>
border-color css
<style>
span { border-color: #284A6F; }
span { border-color: rgb(40,74,111); }
td.TdClassName
{
border-color: #284A6F;
}
.TagClassName
{
border-color: #284A6F;
}
</style>