Shades of Bunting #263255
Tints of Bunting #263255
RGB
CMYK
RGB Variations
Color information
#263255 (or 0x263255) is known color: Bunting. HEX triplet: 26, 32 and 55. RGB value is (38,50,85). Sum of RGB (Red+Green+Blue) = 38+50+85=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #263255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263255 is #D9CDAA. Grayscale: #323232. Windows color (decimal): -14273963 or 5583398. OLE color: 5583398.
HSL color Cylindrical-coordinate representation of color #263255: hue angle of 224.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263255 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 38 | 50 | 85 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.67 |
| HSL | 224.68º | 0.38% | 0.24% | - |
| HSV(B) | 224.68º | 0.55% | 0.33% | - |
| XYZ | 3.58 | 3.35 | 9.05 | - |
| YUV | 50.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 85 | 0.55 | 0.41 | 0 | 0.67 | 224.68 | 0.38 | 0.24 |
| Hex | 26 | 32 | 55 | 37 | 29 | 0 | 43 | E1 | 26 | 18 |
| Octal | 46 | 62 | 125 | 67 | 51 | 0 | 103 | 341 | 46 | 30 |
| Binary | 100110 | 110010 | 1010101 | 110111 | 101001 | 0 | 1000011 | 11100001 | 100110 | 11000 |
Color Harmonies of #263255
Complementary color
Monochromatic Colors of #263255
Black with #263255
Text Example
Text Example
White with #263255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263255; }
p { color: rgb(38,50,85); }
H1.HeaderClassName
{
color: #263255;
}
.AnyTagClassName
{
color: #263255;
}
</style>
background-color css
<style>
a { background-color: #263255; }
a { background-color: rgb(38,50,85); }
div.DivClassName
{
background-color: #263255;
}
.BgClassName
{
background-color: #263255;
}
</style>
border-color css
<style>
span { border-color: #263255; }
span { border-color: rgb(38,50,85); }
td.TdClassName
{
border-color: #263255;
}
.TagClassName
{
border-color: #263255;
}
</style>