Shades of Bunting #273150
Tints of Bunting #273150
RGB
CMYK
RGB Variations
Color information
#273150 (or 0x273150) is known color: Bunting. HEX triplet: 27, 31 and 50. RGB value is (39,49,80). Sum of RGB (Red+Green+Blue) = 39+49+80=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #273150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273150 is #D8CEAF. Grayscale: #313131. Windows color (decimal): -14208688 or 5255463. OLE color: 5255463.
HSL color Cylindrical-coordinate representation of color #273150: hue angle of 225.37º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #273150 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 49 | 80 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.69 |
| HSL | 225.37º | 0.34% | 0.23% | - |
| HSV(B) | 225.37º | 0.51% | 0.31% | - |
| XYZ | 3.38 | 3.21 | 8.03 | - |
| YUV | 49.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 49 | 80 | 0.51 | 0.39 | 0 | 0.69 | 225.37 | 0.34 | 0.23 |
| Hex | 27 | 31 | 50 | 33 | 27 | 0 | 45 | E1 | 22 | 17 |
| Octal | 47 | 61 | 120 | 63 | 47 | 0 | 105 | 341 | 42 | 27 |
| Binary | 100111 | 110001 | 1010000 | 110011 | 100111 | 0 | 1000101 | 11100001 | 100010 | 10111 |
Color Harmonies of #273150
Complementary color
Monochromatic Colors of #273150
Black with #273150
Text Example
Text Example
White with #273150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273150; }
p { color: rgb(39,49,80); }
H1.HeaderClassName
{
color: #273150;
}
.AnyTagClassName
{
color: #273150;
}
</style>
background-color css
<style>
a { background-color: #273150; }
a { background-color: rgb(39,49,80); }
div.DivClassName
{
background-color: #273150;
}
.BgClassName
{
background-color: #273150;
}
</style>
border-color css
<style>
span { border-color: #273150; }
span { border-color: rgb(39,49,80); }
td.TdClassName
{
border-color: #273150;
}
.TagClassName
{
border-color: #273150;
}
</style>