Shades of St Tropaz #274B7B
Tints of St Tropaz #274B7B
RGB
CMYK
RGB Variations
Color information
#274B7B (or 0x274B7B) is known color: St Tropaz. HEX triplet: 27, 4B and 7B. RGB value is (39,75,123). Sum of RGB (Red+Green+Blue) = 39+75+123=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #274B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274B7B is #D8B484. Grayscale: #454545. Windows color (decimal): -14201989 or 8080167. OLE color: 8080167.
HSL color Cylindrical-coordinate representation of color #274B7B: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #274B7B is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 39 | 75 | 123 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.52 |
| HSL | 214.29º | 0.52% | 0.32% | - |
| HSV(B) | 214.29º | 0.68% | 0.48% | - |
| XYZ | 6.93 | 6.89 | 19.7 | - |
| YUV | 69.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 75 | 123 | 0.68 | 0.39 | 0 | 0.52 | 214.29 | 0.52 | 0.32 |
| Hex | 27 | 4B | 7B | 44 | 27 | 0 | 34 | D6 | 34 | 20 |
| Octal | 47 | 113 | 173 | 104 | 47 | 0 | 64 | 326 | 64 | 40 |
| Binary | 100111 | 1001011 | 1111011 | 1000100 | 100111 | 0 | 110100 | 11010110 | 110100 | 100000 |
Color Harmonies of #274B7B
Complementary color
Monochromatic Colors of #274B7B
Black with #274B7B
Text Example
Text Example
White with #274B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274B7B; }
p { color: rgb(39,75,123); }
H1.HeaderClassName
{
color: #274B7B;
}
.AnyTagClassName
{
color: #274B7B;
}
</style>
background-color css
<style>
a { background-color: #274B7B; }
a { background-color: rgb(39,75,123); }
div.DivClassName
{
background-color: #274B7B;
}
.BgClassName
{
background-color: #274B7B;
}
</style>
border-color css
<style>
span { border-color: #274B7B; }
span { border-color: rgb(39,75,123); }
td.TdClassName
{
border-color: #274B7B;
}
.TagClassName
{
border-color: #274B7B;
}
</style>