Shades of Venice Blue #28486E
Tints of Venice Blue #28486E
RGB
CMYK
RGB Variations
Color information
#28486E (or 0x28486E) is known color: Venice Blue. HEX triplet: 28, 48 and 6E. RGB value is (40,72,110). Sum of RGB (Red+Green+Blue) = 40+72+110=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #28486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28486E is #D7B791. Grayscale: #424242. Windows color (decimal): -14137234 or 7227432. OLE color: 7227432.
HSL color Cylindrical-coordinate representation of color #28486E: hue angle of 212.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28486E is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 72 | 110 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.57 |
| HSL | 212.57º | 0.47% | 0.29% | - |
| HSV(B) | 212.57º | 0.64% | 0.43% | - |
| XYZ | 6.01 | 6.21 | 15.63 | - |
| YUV | 66.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 110 | 0.64 | 0.35 | 0 | 0.57 | 212.57 | 0.47 | 0.29 |
| Hex | 28 | 48 | 6E | 40 | 23 | 0 | 39 | D5 | 2F | 1D |
| Octal | 50 | 110 | 156 | 100 | 43 | 0 | 71 | 325 | 57 | 35 |
| Binary | 101000 | 1001000 | 1101110 | 1000000 | 100011 | 0 | 111001 | 11010101 | 101111 | 11101 |
Color Harmonies of #28486E
Complementary color
Monochromatic Colors of #28486E
Black with #28486E
Text Example
Text Example
White with #28486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28486E; }
p { color: rgb(40,72,110); }
H1.HeaderClassName
{
color: #28486E;
}
.AnyTagClassName
{
color: #28486E;
}
</style>
background-color css
<style>
a { background-color: #28486E; }
a { background-color: rgb(40,72,110); }
div.DivClassName
{
background-color: #28486E;
}
.BgClassName
{
background-color: #28486E;
}
</style>
border-color css
<style>
span { border-color: #28486E; }
span { border-color: rgb(40,72,110); }
td.TdClassName
{
border-color: #28486E;
}
.TagClassName
{
border-color: #28486E;
}
</style>