Shades of Bunting #263143
Tints of Bunting #263143
RGB
CMYK
RGB Variations
Color information
#263143 (or 0x263143) is known color: Bunting. HEX triplet: 26, 31 and 43. RGB value is (38,49,67). Sum of RGB (Red+Green+Blue) = 38+49+67=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 67 (26.56% from 255 or 43.51% from 154); Max value from RGB is 67 - color contains mainly: blue. Hex color #263143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263143 is #D9CEBC. Grayscale: #2F2F2F. Windows color (decimal): -14274237 or 4403494. OLE color: 4403494.
HSL color Cylindrical-coordinate representation of color #263143: hue angle of 217.24º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #263143 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 49 | 67 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.74 |
| HSL | 217.24º | 0.28% | 0.21% | - |
| HSV(B) | 217.24º | 0.43% | 0.26% | - |
| XYZ | 2.91 | 3.01 | 5.74 | - |
| YUV | 47.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 67 | 0.43 | 0.27 | 0 | 0.74 | 217.24 | 0.28 | 0.21 |
| Hex | 26 | 31 | 43 | 2B | 1B | 0 | 4A | D9 | 1C | 15 |
| Octal | 46 | 61 | 103 | 53 | 33 | 0 | 112 | 331 | 34 | 25 |
| Binary | 100110 | 110001 | 1000011 | 101011 | 11011 | 0 | 1001010 | 11011001 | 11100 | 10101 |
Color Harmonies of #263143
Complementary color
Monochromatic Colors of #263143
Black with #263143
Text Example
Text Example
White with #263143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263143; }
p { color: rgb(38,49,67); }
H1.HeaderClassName
{
color: #263143;
}
.AnyTagClassName
{
color: #263143;
}
</style>
background-color css
<style>
a { background-color: #263143; }
a { background-color: rgb(38,49,67); }
div.DivClassName
{
background-color: #263143;
}
.BgClassName
{
background-color: #263143;
}
</style>
border-color css
<style>
span { border-color: #263143; }
span { border-color: rgb(38,49,67); }
td.TdClassName
{
border-color: #263143;
}
.TagClassName
{
border-color: #263143;
}
</style>