Shades of Venice Blue #284C6D
Tints of Venice Blue #284C6D
RGB
CMYK
RGB Variations
Color information
#284C6D (or 0x284C6D) is known color: Venice Blue. HEX triplet: 28, 4C and 6D. RGB value is (40,76,109). Sum of RGB (Red+Green+Blue) = 40+76+109=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #284C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284C6D is #D7B392. Grayscale: #444444. Windows color (decimal): -14136211 or 7162920. OLE color: 7162920.
HSL color Cylindrical-coordinate representation of color #284C6D: hue angle of 208.7º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #284C6D is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 76 | 109 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.57 |
| HSL | 208.7º | 0.46% | 0.29% | - |
| HSV(B) | 208.7º | 0.63% | 0.43% | - |
| XYZ | 6.22 | 6.72 | 15.44 | - |
| YUV | 69 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 109 | 0.63 | 0.30 | 0 | 0.57 | 208.7 | 0.46 | 0.29 |
| Hex | 28 | 4C | 6D | 3F | 1E | 0 | 39 | D1 | 2E | 1D |
| Octal | 50 | 114 | 155 | 77 | 36 | 0 | 71 | 321 | 56 | 35 |
| Binary | 101000 | 1001100 | 1101101 | 111111 | 11110 | 0 | 111001 | 11010001 | 101110 | 11101 |
Color Harmonies of #284C6D
Complementary color
Monochromatic Colors of #284C6D
Black with #284C6D
Text Example
Text Example
White with #284C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284C6D; }
p { color: rgb(40,76,109); }
H1.HeaderClassName
{
color: #284C6D;
}
.AnyTagClassName
{
color: #284C6D;
}
</style>
background-color css
<style>
a { background-color: #284C6D; }
a { background-color: rgb(40,76,109); }
div.DivClassName
{
background-color: #284C6D;
}
.BgClassName
{
background-color: #284C6D;
}
</style>
border-color css
<style>
span { border-color: #284C6D; }
span { border-color: rgb(40,76,109); }
td.TdClassName
{
border-color: #284C6D;
}
.TagClassName
{
border-color: #284C6D;
}
</style>