Shades of St Tropaz #284B7B
Tints of St Tropaz #284B7B
RGB
CMYK
RGB Variations
Color information
#284B7B (or 0x284B7B) is known color: St Tropaz. HEX triplet: 28, 4B and 7B. RGB value is (40,75,123). Sum of RGB (Red+Green+Blue) = 40+75+123=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #284B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284B7B is #D7B484. Grayscale: #454545. Windows color (decimal): -14136453 or 8080168. OLE color: 8080168.
HSL color Cylindrical-coordinate representation of color #284B7B: hue angle of 214.7º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #284B7B is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 75 | 123 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.52 |
| HSL | 214.7º | 0.51% | 0.32% | - |
| HSV(B) | 214.7º | 0.67% | 0.48% | - |
| XYZ | 6.97 | 6.91 | 19.71 | - |
| YUV | 70.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 75 | 123 | 0.67 | 0.39 | 0 | 0.52 | 214.7 | 0.51 | 0.32 |
| Hex | 28 | 4B | 7B | 43 | 27 | 0 | 34 | D7 | 33 | 20 |
| Octal | 50 | 113 | 173 | 103 | 47 | 0 | 64 | 327 | 63 | 40 |
| Binary | 101000 | 1001011 | 1111011 | 1000011 | 100111 | 0 | 110100 | 11010111 | 110011 | 100000 |
Color Harmonies of #284B7B
Complementary color
Monochromatic Colors of #284B7B
Black with #284B7B
Text Example
Text Example
White with #284B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284B7B; }
p { color: rgb(40,75,123); }
H1.HeaderClassName
{
color: #284B7B;
}
.AnyTagClassName
{
color: #284B7B;
}
</style>
background-color css
<style>
a { background-color: #284B7B; }
a { background-color: rgb(40,75,123); }
div.DivClassName
{
background-color: #284B7B;
}
.BgClassName
{
background-color: #284B7B;
}
</style>
border-color css
<style>
span { border-color: #284B7B; }
span { border-color: rgb(40,75,123); }
td.TdClassName
{
border-color: #284B7B;
}
.TagClassName
{
border-color: #284B7B;
}
</style>