Shades of Venice Blue #28577B
Tints of Venice Blue #28577B
RGB
CMYK
RGB Variations
Color information
#28577B (or 0x28577B) is known color: Venice Blue. HEX triplet: 28, 57 and 7B. RGB value is (40,87,123). Sum of RGB (Red+Green+Blue) = 40+87+123=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #28577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28577B is #D7A884. Grayscale: #4C4C4C. Windows color (decimal): -14133381 or 8083240. OLE color: 8083240.
HSL color Cylindrical-coordinate representation of color #28577B: hue angle of 206.02º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28577B is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 87 | 123 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.52 |
| HSL | 206.02º | 0.51% | 0.32% | - |
| HSV(B) | 206.02º | 0.67% | 0.48% | - |
| XYZ | 7.86 | 8.7 | 20 | - |
| YUV | 77.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 123 | 0.67 | 0.29 | 0 | 0.52 | 206.02 | 0.51 | 0.32 |
| Hex | 28 | 57 | 7B | 43 | 1D | 0 | 34 | CE | 33 | 20 |
| Octal | 50 | 127 | 173 | 103 | 35 | 0 | 64 | 316 | 63 | 40 |
| Binary | 101000 | 1010111 | 1111011 | 1000011 | 11101 | 0 | 110100 | 11001110 | 110011 | 100000 |
Color Harmonies of #28577B
Complementary color
Monochromatic Colors of #28577B
Black with #28577B
Text Example
Text Example
White with #28577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28577B; }
p { color: rgb(40,87,123); }
H1.HeaderClassName
{
color: #28577B;
}
.AnyTagClassName
{
color: #28577B;
}
</style>
background-color css
<style>
a { background-color: #28577B; }
a { background-color: rgb(40,87,123); }
div.DivClassName
{
background-color: #28577B;
}
.BgClassName
{
background-color: #28577B;
}
</style>
border-color css
<style>
span { border-color: #28577B; }
span { border-color: rgb(40,87,123); }
td.TdClassName
{
border-color: #28577B;
}
.TagClassName
{
border-color: #28577B;
}
</style>