Shades of Bunting #263148
Tints of Bunting #263148
RGB
CMYK
RGB Variations
Color information
#263148 (or 0x263148) is known color: Bunting. HEX triplet: 26, 31 and 48. RGB value is (38,49,72). Sum of RGB (Red+Green+Blue) = 38+49+72=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 72 - color contains mainly: blue. Hex color #263148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263148 is #D9CEB7. Grayscale: #303030. Windows color (decimal): -14274232 or 4731174. OLE color: 4731174.
HSL color Cylindrical-coordinate representation of color #263148: hue angle of 220.59º 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 #263148 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 38 | 49 | 72 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.72 |
| HSL | 220.59º | 0.31% | 0.22% | - |
| HSV(B) | 220.59º | 0.47% | 0.28% | - |
| XYZ | 3.07 | 3.08 | 6.56 | - |
| YUV | 48.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 72 | 0.47 | 0.32 | 0 | 0.72 | 220.59 | 0.31 | 0.22 |
| Hex | 26 | 31 | 48 | 2F | 20 | 0 | 48 | DD | 1F | 16 |
| Octal | 46 | 61 | 110 | 57 | 40 | 0 | 110 | 335 | 37 | 26 |
| Binary | 100110 | 110001 | 1001000 | 101111 | 100000 | 0 | 1001000 | 11011101 | 11111 | 10110 |
Color Harmonies of #263148
Complementary color
Monochromatic Colors of #263148
Black with #263148
Text Example
Text Example
White with #263148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263148; }
p { color: rgb(38,49,72); }
H1.HeaderClassName
{
color: #263148;
}
.AnyTagClassName
{
color: #263148;
}
</style>
background-color css
<style>
a { background-color: #263148; }
a { background-color: rgb(38,49,72); }
div.DivClassName
{
background-color: #263148;
}
.BgClassName
{
background-color: #263148;
}
</style>
border-color css
<style>
span { border-color: #263148; }
span { border-color: rgb(38,49,72); }
td.TdClassName
{
border-color: #263148;
}
.TagClassName
{
border-color: #263148;
}
</style>