Shades of Bunting #263151
Tints of Bunting #263151
RGB
CMYK
RGB Variations
Color information
#263151 (or 0x263151) is known color: Bunting. HEX triplet: 26, 31 and 51. RGB value is (38,49,81). Sum of RGB (Red+Green+Blue) = 38+49+81=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #263151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263151 is #D9CEAE. Grayscale: #313131. Windows color (decimal): -14274223 or 5320998. OLE color: 5320998.
HSL color Cylindrical-coordinate representation of color #263151: hue angle of 224.65º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #263151 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 49 | 81 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.68 |
| HSL | 224.65º | 0.36% | 0.23% | - |
| HSV(B) | 224.65º | 0.53% | 0.32% | - |
| XYZ | 3.38 | 3.2 | 8.22 | - |
| YUV | 49.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 81 | 0.53 | 0.40 | 0 | 0.68 | 224.65 | 0.36 | 0.23 |
| Hex | 26 | 31 | 51 | 35 | 28 | 0 | 44 | E1 | 24 | 17 |
| Octal | 46 | 61 | 121 | 65 | 50 | 0 | 104 | 341 | 44 | 27 |
| Binary | 100110 | 110001 | 1010001 | 110101 | 101000 | 0 | 1000100 | 11100001 | 100100 | 10111 |
Color Harmonies of #263151
Complementary color
Monochromatic Colors of #263151
Black with #263151
Text Example
Text Example
White with #263151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263151; }
p { color: rgb(38,49,81); }
H1.HeaderClassName
{
color: #263151;
}
.AnyTagClassName
{
color: #263151;
}
</style>
background-color css
<style>
a { background-color: #263151; }
a { background-color: rgb(38,49,81); }
div.DivClassName
{
background-color: #263151;
}
.BgClassName
{
background-color: #263151;
}
</style>
border-color css
<style>
span { border-color: #263151; }
span { border-color: rgb(38,49,81); }
td.TdClassName
{
border-color: #263151;
}
.TagClassName
{
border-color: #263151;
}
</style>