Shades of Bunting #263246
Tints of Bunting #263246
RGB
CMYK
RGB Variations
Color information
#263246 (or 0x263246) is known color: Bunting. HEX triplet: 26, 32 and 46. RGB value is (38,50,70). Sum of RGB (Red+Green+Blue) = 38+50+70=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 70 (27.73% from 255 or 44.30% from 158); Max value from RGB is 70 - color contains mainly: blue. Hex color #263246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263246 is #D9CDB9. Grayscale: #303030. Windows color (decimal): -14273978 or 4600358. OLE color: 4600358.
HSL color Cylindrical-coordinate representation of color #263246: hue angle of 217.5º 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 #263246 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 38 | 50 | 70 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.73 |
| HSL | 217.5º | 0.3% | 0.21% | - |
| HSV(B) | 217.5º | 0.46% | 0.27% | - |
| XYZ | 3.05 | 3.14 | 6.24 | - |
| YUV | 48.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 70 | 0.46 | 0.29 | 0 | 0.73 | 217.5 | 0.3 | 0.21 |
| Hex | 26 | 32 | 46 | 2E | 1D | 0 | 49 | DA | 1E | 15 |
| Octal | 46 | 62 | 106 | 56 | 35 | 0 | 111 | 332 | 36 | 25 |
| Binary | 100110 | 110010 | 1000110 | 101110 | 11101 | 0 | 1001001 | 11011010 | 11110 | 10101 |
Color Harmonies of #263246
Complementary color
Monochromatic Colors of #263246
Black with #263246
Text Example
Text Example
White with #263246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263246; }
p { color: rgb(38,50,70); }
H1.HeaderClassName
{
color: #263246;
}
.AnyTagClassName
{
color: #263246;
}
</style>
background-color css
<style>
a { background-color: #263246; }
a { background-color: rgb(38,50,70); }
div.DivClassName
{
background-color: #263246;
}
.BgClassName
{
background-color: #263246;
}
</style>
border-color css
<style>
span { border-color: #263246; }
span { border-color: rgb(38,50,70); }
td.TdClassName
{
border-color: #263246;
}
.TagClassName
{
border-color: #263246;
}
</style>