Shades of Bunting #263248
Tints of Bunting #263248
RGB
CMYK
RGB Variations
Color information
#263248 (or 0x263248) is known color: Bunting. HEX triplet: 26, 32 and 48. RGB value is (38,50,72). Sum of RGB (Red+Green+Blue) = 38+50+72=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #263248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263248 is #D9CDB7. Grayscale: #303030. Windows color (decimal): -14273976 or 4731430. OLE color: 4731430.
HSL color Cylindrical-coordinate representation of color #263248: hue angle of 218.82º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263248 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 50 | 72 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.72 |
| HSL | 218.82º | 0.31% | 0.22% | - |
| HSV(B) | 218.82º | 0.47% | 0.28% | - |
| XYZ | 3.11 | 3.16 | 6.58 | - |
| YUV | 48.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 72 | 0.47 | 0.31 | 0 | 0.72 | 218.82 | 0.31 | 0.22 |
| Hex | 26 | 32 | 48 | 2F | 1F | 0 | 48 | DB | 1F | 16 |
| Octal | 46 | 62 | 110 | 57 | 37 | 0 | 110 | 333 | 37 | 26 |
| Binary | 100110 | 110010 | 1001000 | 101111 | 11111 | 0 | 1001000 | 11011011 | 11111 | 10110 |
Color Harmonies of #263248
Complementary color
Monochromatic Colors of #263248
Black with #263248
Text Example
Text Example
White with #263248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263248; }
p { color: rgb(38,50,72); }
H1.HeaderClassName
{
color: #263248;
}
.AnyTagClassName
{
color: #263248;
}
</style>
background-color css
<style>
a { background-color: #263248; }
a { background-color: rgb(38,50,72); }
div.DivClassName
{
background-color: #263248;
}
.BgClassName
{
background-color: #263248;
}
</style>
border-color css
<style>
span { border-color: #263248; }
span { border-color: rgb(38,50,72); }
td.TdClassName
{
border-color: #263248;
}
.TagClassName
{
border-color: #263248;
}
</style>