Shades of Bunting #272F4B
Tints of Bunting #272F4B
RGB
CMYK
RGB Variations
Color information
#272F4B (or 0x272F4B) is known color: Bunting. HEX triplet: 27, 2F and 4B. RGB value is (39,47,75). Sum of RGB (Red+Green+Blue) = 39+47+75=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #272F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F4B is #D8D0B4. Grayscale: #2F2F2F. Windows color (decimal): -14209205 or 4927271. OLE color: 4927271.
HSL color Cylindrical-coordinate representation of color #272F4B: hue angle of 226.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #272F4B is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 47 | 75 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.71 |
| HSL | 226.67º | 0.32% | 0.22% | - |
| HSV(B) | 226.67º | 0.48% | 0.29% | - |
| XYZ | 3.12 | 2.97 | 7.07 | - |
| YUV | 47.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 75 | 0.48 | 0.37 | 0 | 0.71 | 226.67 | 0.32 | 0.22 |
| Hex | 27 | 2F | 4B | 30 | 25 | 0 | 47 | E3 | 20 | 16 |
| Octal | 47 | 57 | 113 | 60 | 45 | 0 | 107 | 343 | 40 | 26 |
| Binary | 100111 | 101111 | 1001011 | 110000 | 100101 | 0 | 1000111 | 11100011 | 100000 | 10110 |
Color Harmonies of #272F4B
Complementary color
Monochromatic Colors of #272F4B
Black with #272F4B
Text Example
Text Example
White with #272F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272F4B; }
p { color: rgb(39,47,75); }
H1.HeaderClassName
{
color: #272F4B;
}
.AnyTagClassName
{
color: #272F4B;
}
</style>
background-color css
<style>
a { background-color: #272F4B; }
a { background-color: rgb(39,47,75); }
div.DivClassName
{
background-color: #272F4B;
}
.BgClassName
{
background-color: #272F4B;
}
</style>
border-color css
<style>
span { border-color: #272F4B; }
span { border-color: rgb(39,47,75); }
td.TdClassName
{
border-color: #272F4B;
}
.TagClassName
{
border-color: #272F4B;
}
</style>