Shades of Venice Blue #285372
Tints of Venice Blue #285372
RGB
CMYK
RGB Variations
Color information
#285372 (or 0x285372) is known color: Venice Blue. HEX triplet: 28, 53 and 72. RGB value is (40,83,114). Sum of RGB (Red+Green+Blue) = 40+83+114=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #285372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285372 is #D7AC8D. Grayscale: #494949. Windows color (decimal): -14134414 or 7492392. OLE color: 7492392.
HSL color Cylindrical-coordinate representation of color #285372: hue angle of 205.14º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285372 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 83 | 114 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.55 |
| HSL | 205.14º | 0.48% | 0.3% | - |
| HSV(B) | 205.14º | 0.65% | 0.45% | - |
| XYZ | 7.01 | 7.85 | 17.07 | - |
| YUV | 73.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 114 | 0.65 | 0.27 | 0 | 0.55 | 205.14 | 0.48 | 0.3 |
| Hex | 28 | 53 | 72 | 41 | 1B | 0 | 37 | CD | 30 | 1E |
| Octal | 50 | 123 | 162 | 101 | 33 | 0 | 67 | 315 | 60 | 36 |
| Binary | 101000 | 1010011 | 1110010 | 1000001 | 11011 | 0 | 110111 | 11001101 | 110000 | 11110 |
Color Harmonies of #285372
Complementary color
Monochromatic Colors of #285372
Black with #285372
Text Example
Text Example
White with #285372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285372; }
p { color: rgb(40,83,114); }
H1.HeaderClassName
{
color: #285372;
}
.AnyTagClassName
{
color: #285372;
}
</style>
background-color css
<style>
a { background-color: #285372; }
a { background-color: rgb(40,83,114); }
div.DivClassName
{
background-color: #285372;
}
.BgClassName
{
background-color: #285372;
}
</style>
border-color css
<style>
span { border-color: #285372; }
span { border-color: rgb(40,83,114); }
td.TdClassName
{
border-color: #285372;
}
.TagClassName
{
border-color: #285372;
}
</style>