Shades of St Tropaz #284D81
Tints of St Tropaz #284D81
RGB
CMYK
RGB Variations
Color information
#284D81 (or 0x284D81) is known color: St Tropaz. HEX triplet: 28, 4D and 81. RGB value is (40,77,129). Sum of RGB (Red+Green+Blue) = 40+77+129=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #284D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284D81 is #D7B27E. Grayscale: #474747. Windows color (decimal): -14135935 or 8473896. OLE color: 8473896.
HSL color Cylindrical-coordinate representation of color #284D81: hue angle of 215.06º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284D81 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 77 | 129 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.49 |
| HSL | 215.06º | 0.53% | 0.33% | - |
| HSV(B) | 215.06º | 0.69% | 0.51% | - |
| XYZ | 7.49 | 7.34 | 21.79 | - |
| YUV | 71.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 77 | 129 | 0.69 | 0.40 | 0 | 0.49 | 215.06 | 0.53 | 0.33 |
| Hex | 28 | 4D | 81 | 45 | 28 | 0 | 31 | D7 | 35 | 21 |
| Octal | 50 | 115 | 201 | 105 | 50 | 0 | 61 | 327 | 65 | 41 |
| Binary | 101000 | 1001101 | 10000001 | 1000101 | 101000 | 0 | 110001 | 11010111 | 110101 | 100001 |
Color Harmonies of #284D81
Complementary color
Monochromatic Colors of #284D81
Black with #284D81
Text Example
Text Example
White with #284D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284D81; }
p { color: rgb(40,77,129); }
H1.HeaderClassName
{
color: #284D81;
}
.AnyTagClassName
{
color: #284D81;
}
</style>
background-color css
<style>
a { background-color: #284D81; }
a { background-color: rgb(40,77,129); }
div.DivClassName
{
background-color: #284D81;
}
.BgClassName
{
background-color: #284D81;
}
</style>
border-color css
<style>
span { border-color: #284D81; }
span { border-color: rgb(40,77,129); }
td.TdClassName
{
border-color: #284D81;
}
.TagClassName
{
border-color: #284D81;
}
</style>