Shades of Venice Blue #285476
Tints of Venice Blue #285476
RGB
CMYK
RGB Variations
Color information
#285476 (or 0x285476) is known color: Venice Blue. HEX triplet: 28, 54 and 76. RGB value is (40,84,118). Sum of RGB (Red+Green+Blue) = 40+84+118=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #285476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285476 is #D7AB89. Grayscale: #4A4A4A. Windows color (decimal): -14134154 or 7754792. OLE color: 7754792.
HSL color Cylindrical-coordinate representation of color #285476: hue angle of 206.15º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285476 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 84 | 118 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.54 |
| HSL | 206.15º | 0.49% | 0.31% | - |
| HSV(B) | 206.15º | 0.66% | 0.46% | - |
| XYZ | 7.32 | 8.1 | 18.32 | - |
| YUV | 74.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 118 | 0.66 | 0.29 | 0 | 0.54 | 206.15 | 0.49 | 0.31 |
| Hex | 28 | 54 | 76 | 42 | 1D | 0 | 36 | CE | 31 | 1F |
| Octal | 50 | 124 | 166 | 102 | 35 | 0 | 66 | 316 | 61 | 37 |
| Binary | 101000 | 1010100 | 1110110 | 1000010 | 11101 | 0 | 110110 | 11001110 | 110001 | 11111 |
Color Harmonies of #285476
Complementary color
Monochromatic Colors of #285476
Black with #285476
Text Example
Text Example
White with #285476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285476; }
p { color: rgb(40,84,118); }
H1.HeaderClassName
{
color: #285476;
}
.AnyTagClassName
{
color: #285476;
}
</style>
background-color css
<style>
a { background-color: #285476; }
a { background-color: rgb(40,84,118); }
div.DivClassName
{
background-color: #285476;
}
.BgClassName
{
background-color: #285476;
}
</style>
border-color css
<style>
span { border-color: #285476; }
span { border-color: rgb(40,84,118); }
td.TdClassName
{
border-color: #285476;
}
.TagClassName
{
border-color: #285476;
}
</style>