Shades of Bunting #262F4D
Tints of Bunting #262F4D
RGB
CMYK
RGB Variations
Color information
#262F4D (or 0x262F4D) is known color: Bunting. HEX triplet: 26, 2F and 4D. RGB value is (38,47,77). Sum of RGB (Red+Green+Blue) = 38+47+77=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #262F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F4D is #D9D0B2. Grayscale: #2F2F2F. Windows color (decimal): -14274739 or 5058342. OLE color: 5058342.
HSL color Cylindrical-coordinate representation of color #262F4D: hue angle of 226.15º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #262F4D is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 47 | 77 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.70 |
| HSL | 226.15º | 0.34% | 0.23% | - |
| HSV(B) | 226.15º | 0.51% | 0.3% | - |
| XYZ | 3.16 | 2.98 | 7.43 | - |
| YUV | 47.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 77 | 0.51 | 0.39 | 0 | 0.70 | 226.15 | 0.34 | 0.23 |
| Hex | 26 | 2F | 4D | 33 | 27 | 0 | 46 | E2 | 22 | 17 |
| Octal | 46 | 57 | 115 | 63 | 47 | 0 | 106 | 342 | 42 | 27 |
| Binary | 100110 | 101111 | 1001101 | 110011 | 100111 | 0 | 1000110 | 11100010 | 100010 | 10111 |
Color Harmonies of #262F4D
Complementary color
Monochromatic Colors of #262F4D
Black with #262F4D
Text Example
Text Example
White with #262F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F4D; }
p { color: rgb(38,47,77); }
H1.HeaderClassName
{
color: #262F4D;
}
.AnyTagClassName
{
color: #262F4D;
}
</style>
background-color css
<style>
a { background-color: #262F4D; }
a { background-color: rgb(38,47,77); }
div.DivClassName
{
background-color: #262F4D;
}
.BgClassName
{
background-color: #262F4D;
}
</style>
border-color css
<style>
span { border-color: #262F4D; }
span { border-color: rgb(38,47,77); }
td.TdClassName
{
border-color: #262F4D;
}
.TagClassName
{
border-color: #262F4D;
}
</style>