Shades of Venice Blue #28557B
Tints of Venice Blue #28557B
RGB
CMYK
RGB Variations
Color information
#28557B (or 0x28557B) is known color: Venice Blue. HEX triplet: 28, 55 and 7B. RGB value is (40,85,123). Sum of RGB (Red+Green+Blue) = 40+85+123=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #28557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28557B is #D7AA84. Grayscale: #4B4B4B. Windows color (decimal): -14133893 or 8082728. OLE color: 8082728.
HSL color Cylindrical-coordinate representation of color #28557B: hue angle of 207.47º 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 #28557B is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 85 | 123 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.52 |
| HSL | 207.47º | 0.51% | 0.32% | - |
| HSV(B) | 207.47º | 0.67% | 0.48% | - |
| XYZ | 7.7 | 8.38 | 19.95 | - |
| YUV | 75.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 123 | 0.67 | 0.31 | 0 | 0.52 | 207.47 | 0.51 | 0.32 |
| Hex | 28 | 55 | 7B | 43 | 1F | 0 | 34 | CF | 33 | 20 |
| Octal | 50 | 125 | 173 | 103 | 37 | 0 | 64 | 317 | 63 | 40 |
| Binary | 101000 | 1010101 | 1111011 | 1000011 | 11111 | 0 | 110100 | 11001111 | 110011 | 100000 |
Color Harmonies of #28557B
Complementary color
Monochromatic Colors of #28557B
Black with #28557B
Text Example
Text Example
White with #28557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28557B; }
p { color: rgb(40,85,123); }
H1.HeaderClassName
{
color: #28557B;
}
.AnyTagClassName
{
color: #28557B;
}
</style>
background-color css
<style>
a { background-color: #28557B; }
a { background-color: rgb(40,85,123); }
div.DivClassName
{
background-color: #28557B;
}
.BgClassName
{
background-color: #28557B;
}
</style>
border-color css
<style>
span { border-color: #28557B; }
span { border-color: rgb(40,85,123); }
td.TdClassName
{
border-color: #28557B;
}
.TagClassName
{
border-color: #28557B;
}
</style>