Shades of Bunting #263046
Tints of Bunting #263046
RGB
CMYK
RGB Variations
Color information
#263046 (or 0x263046) is known color: Bunting. HEX triplet: 26, 30 and 46. RGB value is (38,48,70). Sum of RGB (Red+Green+Blue) = 38+48+70=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #263046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263046 is #D9CFB9. Grayscale: #2F2F2F. Windows color (decimal): -14274490 or 4599846. OLE color: 4599846.
HSL color Cylindrical-coordinate representation of color #263046: hue angle of 221.25º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #263046 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 48 | 70 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.73 |
| HSL | 221.25º | 0.3% | 0.21% | - |
| HSV(B) | 221.25º | 0.46% | 0.27% | - |
| XYZ | 2.96 | 2.97 | 6.21 | - |
| YUV | 47.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 70 | 0.46 | 0.31 | 0 | 0.73 | 221.25 | 0.3 | 0.21 |
| Hex | 26 | 30 | 46 | 2E | 1F | 0 | 49 | DD | 1E | 15 |
| Octal | 46 | 60 | 106 | 56 | 37 | 0 | 111 | 335 | 36 | 25 |
| Binary | 100110 | 110000 | 1000110 | 101110 | 11111 | 0 | 1001001 | 11011101 | 11110 | 10101 |
Color Harmonies of #263046
Complementary color
Monochromatic Colors of #263046
Black with #263046
Text Example
Text Example
White with #263046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263046; }
p { color: rgb(38,48,70); }
H1.HeaderClassName
{
color: #263046;
}
.AnyTagClassName
{
color: #263046;
}
</style>
background-color css
<style>
a { background-color: #263046; }
a { background-color: rgb(38,48,70); }
div.DivClassName
{
background-color: #263046;
}
.BgClassName
{
background-color: #263046;
}
</style>
border-color css
<style>
span { border-color: #263046; }
span { border-color: rgb(38,48,70); }
td.TdClassName
{
border-color: #263046;
}
.TagClassName
{
border-color: #263046;
}
</style>