Shades of St Tropaz #304F7C
Tints of St Tropaz #304F7C
RGB
CMYK
RGB Variations
Color information
#304F7C (or 0x304F7C) is known color: St Tropaz. HEX triplet: 30, 4F and 7C. RGB value is (48,79,124). Sum of RGB (Red+Green+Blue) = 48+79+124=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #304F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F7C is #CFB083. Grayscale: #4A4A4A. Windows color (decimal): -13611140 or 8146736. OLE color: 8146736.
HSL color Cylindrical-coordinate representation of color #304F7C: hue angle of 215.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #304F7C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 79 | 124 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.51 |
| HSL | 215.53º | 0.44% | 0.34% | - |
| HSV(B) | 215.53º | 0.61% | 0.49% | - |
| XYZ | 7.65 | 7.68 | 20.15 | - |
| YUV | 74.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 124 | 0.61 | 0.36 | 0 | 0.51 | 215.53 | 0.44 | 0.34 |
| Hex | 30 | 4F | 7C | 3D | 24 | 0 | 33 | D8 | 2C | 22 |
| Octal | 60 | 117 | 174 | 75 | 44 | 0 | 63 | 330 | 54 | 42 |
| Binary | 110000 | 1001111 | 1111100 | 111101 | 100100 | 0 | 110011 | 11011000 | 101100 | 100010 |
Color Harmonies of #304F7C
Complementary color
Monochromatic Colors of #304F7C
Black with #304F7C
Text Example
Text Example
White with #304F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F7C; }
p { color: rgb(48,79,124); }
H1.HeaderClassName
{
color: #304F7C;
}
.AnyTagClassName
{
color: #304F7C;
}
</style>
background-color css
<style>
a { background-color: #304F7C; }
a { background-color: rgb(48,79,124); }
div.DivClassName
{
background-color: #304F7C;
}
.BgClassName
{
background-color: #304F7C;
}
</style>
border-color css
<style>
span { border-color: #304F7C; }
span { border-color: rgb(48,79,124); }
td.TdClassName
{
border-color: #304F7C;
}
.TagClassName
{
border-color: #304F7C;
}
</style>