Shades of Bunting #263356
Tints of Bunting #263356
RGB
CMYK
RGB Variations
Color information
#263356 (or 0x263356) is known color: Bunting. HEX triplet: 26, 33 and 56. RGB value is (38,51,86). Sum of RGB (Red+Green+Blue) = 38+51+86=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #263356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263356 is #D9CCA9. Grayscale: #323232. Windows color (decimal): -14273706 or 5649190. OLE color: 5649190.
HSL color Cylindrical-coordinate representation of color #263356: hue angle of 223.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #263356 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 51 | 86 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.66 |
| HSL | 223.75º | 0.39% | 0.24% | - |
| HSV(B) | 223.75º | 0.56% | 0.34% | - |
| XYZ | 3.66 | 3.45 | 9.28 | - |
| YUV | 51.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 86 | 0.56 | 0.41 | 0 | 0.66 | 223.75 | 0.39 | 0.24 |
| Hex | 26 | 33 | 56 | 38 | 29 | 0 | 42 | E0 | 27 | 18 |
| Octal | 46 | 63 | 126 | 70 | 51 | 0 | 102 | 340 | 47 | 30 |
| Binary | 100110 | 110011 | 1010110 | 111000 | 101001 | 0 | 1000010 | 11100000 | 100111 | 11000 |
Color Harmonies of #263356
Complementary color
Monochromatic Colors of #263356
Black with #263356
Text Example
Text Example
White with #263356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263356; }
p { color: rgb(38,51,86); }
H1.HeaderClassName
{
color: #263356;
}
.AnyTagClassName
{
color: #263356;
}
</style>
background-color css
<style>
a { background-color: #263356; }
a { background-color: rgb(38,51,86); }
div.DivClassName
{
background-color: #263356;
}
.BgClassName
{
background-color: #263356;
}
</style>
border-color css
<style>
span { border-color: #263356; }
span { border-color: rgb(38,51,86); }
td.TdClassName
{
border-color: #263356;
}
.TagClassName
{
border-color: #263356;
}
</style>