Shades of Venice Blue #285374
Tints of Venice Blue #285374
RGB
CMYK
RGB Variations
Color information
#285374 (or 0x285374) is known color: Venice Blue. HEX triplet: 28, 53 and 74. RGB value is (40,83,116). Sum of RGB (Red+Green+Blue) = 40+83+116=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #285374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285374 is #D7AC8B. Grayscale: #494949. Windows color (decimal): -14134412 or 7623464. OLE color: 7623464.
HSL color Cylindrical-coordinate representation of color #285374: hue angle of 206.05º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #285374 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 83 | 116 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.55 |
| HSL | 206.05º | 0.49% | 0.31% | - |
| HSV(B) | 206.05º | 0.66% | 0.45% | - |
| XYZ | 7.12 | 7.9 | 17.67 | - |
| YUV | 73.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 116 | 0.66 | 0.28 | 0 | 0.55 | 206.05 | 0.49 | 0.31 |
| Hex | 28 | 53 | 74 | 42 | 1C | 0 | 37 | CE | 31 | 1F |
| Octal | 50 | 123 | 164 | 102 | 34 | 0 | 67 | 316 | 61 | 37 |
| Binary | 101000 | 1010011 | 1110100 | 1000010 | 11100 | 0 | 110111 | 11001110 | 110001 | 11111 |
Color Harmonies of #285374
Complementary color
Monochromatic Colors of #285374
Black with #285374
Text Example
Text Example
White with #285374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285374; }
p { color: rgb(40,83,116); }
H1.HeaderClassName
{
color: #285374;
}
.AnyTagClassName
{
color: #285374;
}
</style>
background-color css
<style>
a { background-color: #285374; }
a { background-color: rgb(40,83,116); }
div.DivClassName
{
background-color: #285374;
}
.BgClassName
{
background-color: #285374;
}
</style>
border-color css
<style>
span { border-color: #285374; }
span { border-color: rgb(40,83,116); }
td.TdClassName
{
border-color: #285374;
}
.TagClassName
{
border-color: #285374;
}
</style>