Shades of St Tropaz #274F7E
Tints of St Tropaz #274F7E
RGB
CMYK
RGB Variations
Color information
#274F7E (or 0x274F7E) is known color: St Tropaz. HEX triplet: 27, 4F and 7E. RGB value is (39,79,126). Sum of RGB (Red+Green+Blue) = 39+79+126=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 79 (31.25% from 255 or 32.38% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #274F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F7E is #D8B081. Grayscale: #484848. Windows color (decimal): -14200962 or 8277799. OLE color: 8277799.
HSL color Cylindrical-coordinate representation of color #274F7E: hue angle of 212.41º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #274F7E is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 79 | 126 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.51 |
| HSL | 212.41º | 0.53% | 0.32% | - |
| HSV(B) | 212.41º | 0.69% | 0.49% | - |
| XYZ | 7.4 | 7.53 | 20.8 | - |
| YUV | 72.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 79 | 126 | 0.69 | 0.37 | 0 | 0.51 | 212.41 | 0.53 | 0.32 |
| Hex | 27 | 4F | 7E | 45 | 25 | 0 | 33 | D4 | 35 | 20 |
| Octal | 47 | 117 | 176 | 105 | 45 | 0 | 63 | 324 | 65 | 40 |
| Binary | 100111 | 1001111 | 1111110 | 1000101 | 100101 | 0 | 110011 | 11010100 | 110101 | 100000 |
Color Harmonies of #274F7E
Complementary color
Monochromatic Colors of #274F7E
Black with #274F7E
Text Example
Text Example
White with #274F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274F7E; }
p { color: rgb(39,79,126); }
H1.HeaderClassName
{
color: #274F7E;
}
.AnyTagClassName
{
color: #274F7E;
}
</style>
background-color css
<style>
a { background-color: #274F7E; }
a { background-color: rgb(39,79,126); }
div.DivClassName
{
background-color: #274F7E;
}
.BgClassName
{
background-color: #274F7E;
}
</style>
border-color css
<style>
span { border-color: #274F7E; }
span { border-color: rgb(39,79,126); }
td.TdClassName
{
border-color: #274F7E;
}
.TagClassName
{
border-color: #274F7E;
}
</style>