Shades of Venice Blue #285274
Tints of Venice Blue #285274
RGB
CMYK
RGB Variations
Color information
#285274 (or 0x285274) is known color: Venice Blue. HEX triplet: 28, 52 and 74. RGB value is (40,82,116). Sum of RGB (Red+Green+Blue) = 40+82+116=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #285274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285274 is #D7AD8B. Grayscale: #494949. Windows color (decimal): -14134668 or 7623208. OLE color: 7623208.
HSL color Cylindrical-coordinate representation of color #285274: hue angle of 206.84º 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 #285274 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 82 | 116 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.55 |
| HSL | 206.84º | 0.49% | 0.31% | - |
| HSV(B) | 206.84º | 0.66% | 0.45% | - |
| XYZ | 7.04 | 7.75 | 17.65 | - |
| YUV | 73.32 | 152.09 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 116 | 0.66 | 0.29 | 0 | 0.55 | 206.84 | 0.49 | 0.31 |
| Hex | 28 | 52 | 74 | 42 | 1D | 0 | 37 | CF | 31 | 1F |
| Octal | 50 | 122 | 164 | 102 | 35 | 0 | 67 | 317 | 61 | 37 |
| Binary | 101000 | 1010010 | 1110100 | 1000010 | 11101 | 0 | 110111 | 11001111 | 110001 | 11111 |
Color Harmonies of #285274
Complementary color
Monochromatic Colors of #285274
Black with #285274
Text Example
Text Example
White with #285274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285274; }
p { color: rgb(40,82,116); }
H1.HeaderClassName
{
color: #285274;
}
.AnyTagClassName
{
color: #285274;
}
</style>
background-color css
<style>
a { background-color: #285274; }
a { background-color: rgb(40,82,116); }
div.DivClassName
{
background-color: #285274;
}
.BgClassName
{
background-color: #285274;
}
</style>
border-color css
<style>
span { border-color: #285274; }
span { border-color: rgb(40,82,116); }
td.TdClassName
{
border-color: #285274;
}
.TagClassName
{
border-color: #285274;
}
</style>