Shades of Bunting #263251
Tints of Bunting #263251
RGB
CMYK
RGB Variations
Color information
#263251 (or 0x263251) is known color: Bunting. HEX triplet: 26, 32 and 51. RGB value is (38,50,81). Sum of RGB (Red+Green+Blue) = 38+50+81=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #263251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263251 is #D9CDAE. Grayscale: #313131. Windows color (decimal): -14273967 or 5321254. OLE color: 5321254.
HSL color Cylindrical-coordinate representation of color #263251: hue angle of 223.26º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #263251 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 38 | 50 | 81 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.68 |
| HSL | 223.26º | 0.36% | 0.23% | - |
| HSV(B) | 223.26º | 0.53% | 0.32% | - |
| XYZ | 3.43 | 3.29 | 8.24 | - |
| YUV | 49.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 50 | 81 | 0.53 | 0.38 | 0 | 0.68 | 223.26 | 0.36 | 0.23 |
| Hex | 26 | 32 | 51 | 35 | 26 | 0 | 44 | DF | 24 | 17 |
| Octal | 46 | 62 | 121 | 65 | 46 | 0 | 104 | 337 | 44 | 27 |
| Binary | 100110 | 110010 | 1010001 | 110101 | 100110 | 0 | 1000100 | 11011111 | 100100 | 10111 |
Color Harmonies of #263251
Complementary color
Monochromatic Colors of #263251
Black with #263251
Text Example
Text Example
White with #263251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263251; }
p { color: rgb(38,50,81); }
H1.HeaderClassName
{
color: #263251;
}
.AnyTagClassName
{
color: #263251;
}
</style>
background-color css
<style>
a { background-color: #263251; }
a { background-color: rgb(38,50,81); }
div.DivClassName
{
background-color: #263251;
}
.BgClassName
{
background-color: #263251;
}
</style>
border-color css
<style>
span { border-color: #263251; }
span { border-color: rgb(38,50,81); }
td.TdClassName
{
border-color: #263251;
}
.TagClassName
{
border-color: #263251;
}
</style>