Shades of Venice Blue #284B70
Tints of Venice Blue #284B70
RGB
CMYK
RGB Variations
Color information
#284B70 (or 0x284B70) is known color: Venice Blue. HEX triplet: 28, 4B and 70. RGB value is (40,75,112). Sum of RGB (Red+Green+Blue) = 40+75+112=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #284B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B70 is #D7B48F. Grayscale: #444444. Windows color (decimal): -14136464 or 7359272. OLE color: 7359272.
HSL color Cylindrical-coordinate representation of color #284B70: hue angle of 210.83º 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 #284B70 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 75 | 112 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.56 |
| HSL | 210.83º | 0.47% | 0.3% | - |
| HSV(B) | 210.83º | 0.64% | 0.44% | - |
| XYZ | 6.32 | 6.65 | 16.28 | - |
| YUV | 68.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 112 | 0.64 | 0.33 | 0 | 0.56 | 210.83 | 0.47 | 0.3 |
| Hex | 28 | 4B | 70 | 40 | 21 | 0 | 38 | D3 | 2F | 1E |
| Octal | 50 | 113 | 160 | 100 | 41 | 0 | 70 | 323 | 57 | 36 |
| Binary | 101000 | 1001011 | 1110000 | 1000000 | 100001 | 0 | 111000 | 11010011 | 101111 | 11110 |
Color Harmonies of #284B70
Complementary color
Monochromatic Colors of #284B70
Black with #284B70
Text Example
Text Example
White with #284B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B70; }
p { color: rgb(40,75,112); }
H1.HeaderClassName
{
color: #284B70;
}
.AnyTagClassName
{
color: #284B70;
}
</style>
background-color css
<style>
a { background-color: #284B70; }
a { background-color: rgb(40,75,112); }
div.DivClassName
{
background-color: #284B70;
}
.BgClassName
{
background-color: #284B70;
}
</style>
border-color css
<style>
span { border-color: #284B70; }
span { border-color: rgb(40,75,112); }
td.TdClassName
{
border-color: #284B70;
}
.TagClassName
{
border-color: #284B70;
}
</style>