Shades of Venice Blue #28517C
Tints of Venice Blue #28517C
RGB
CMYK
RGB Variations
Color information
#28517C (or 0x28517C) is known color: Venice Blue. HEX triplet: 28, 51 and 7C. RGB value is (40,81,124). Sum of RGB (Red+Green+Blue) = 40+81+124=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #28517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28517C is #D7AE83. Grayscale: #494949. Windows color (decimal): -14134916 or 8147240. OLE color: 8147240.
HSL color Cylindrical-coordinate representation of color #28517C: hue angle of 210.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28517C is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 81 | 124 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.51 |
| HSL | 210.71º | 0.51% | 0.32% | - |
| HSV(B) | 210.71º | 0.68% | 0.49% | - |
| XYZ | 7.46 | 7.79 | 20.18 | - |
| YUV | 73.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 124 | 0.68 | 0.35 | 0 | 0.51 | 210.71 | 0.51 | 0.32 |
| Hex | 28 | 51 | 7C | 44 | 23 | 0 | 33 | D3 | 33 | 20 |
| Octal | 50 | 121 | 174 | 104 | 43 | 0 | 63 | 323 | 63 | 40 |
| Binary | 101000 | 1010001 | 1111100 | 1000100 | 100011 | 0 | 110011 | 11010011 | 110011 | 100000 |
Color Harmonies of #28517C
Complementary color
Monochromatic Colors of #28517C
Black with #28517C
Text Example
Text Example
White with #28517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28517C; }
p { color: rgb(40,81,124); }
H1.HeaderClassName
{
color: #28517C;
}
.AnyTagClassName
{
color: #28517C;
}
</style>
background-color css
<style>
a { background-color: #28517C; }
a { background-color: rgb(40,81,124); }
div.DivClassName
{
background-color: #28517C;
}
.BgClassName
{
background-color: #28517C;
}
</style>
border-color css
<style>
span { border-color: #28517C; }
span { border-color: rgb(40,81,124); }
td.TdClassName
{
border-color: #28517C;
}
.TagClassName
{
border-color: #28517C;
}
</style>