Shades of Bunting #262F4B
Tints of Bunting #262F4B
RGB
CMYK
RGB Variations
Color information
#262F4B (or 0x262F4B) is known color: Bunting. HEX triplet: 26, 2F and 4B. RGB value is (38,47,75). Sum of RGB (Red+Green+Blue) = 38+47+75=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #262F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F4B is #D9D0B4. Grayscale: #2F2F2F. Windows color (decimal): -14274741 or 4927270. OLE color: 4927270.
HSL color Cylindrical-coordinate representation of color #262F4B: hue angle of 225.41º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262F4B is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 47 | 75 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.71 |
| HSL | 225.41º | 0.33% | 0.22% | - |
| HSV(B) | 225.41º | 0.49% | 0.29% | - |
| XYZ | 3.09 | 2.95 | 7.06 | - |
| YUV | 47.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 75 | 0.49 | 0.37 | 0 | 0.71 | 225.41 | 0.33 | 0.22 |
| Hex | 26 | 2F | 4B | 31 | 25 | 0 | 47 | E1 | 21 | 16 |
| Octal | 46 | 57 | 113 | 61 | 45 | 0 | 107 | 341 | 41 | 26 |
| Binary | 100110 | 101111 | 1001011 | 110001 | 100101 | 0 | 1000111 | 11100001 | 100001 | 10110 |
Color Harmonies of #262F4B
Complementary color
Monochromatic Colors of #262F4B
Black with #262F4B
Text Example
Text Example
White with #262F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F4B; }
p { color: rgb(38,47,75); }
H1.HeaderClassName
{
color: #262F4B;
}
.AnyTagClassName
{
color: #262F4B;
}
</style>
background-color css
<style>
a { background-color: #262F4B; }
a { background-color: rgb(38,47,75); }
div.DivClassName
{
background-color: #262F4B;
}
.BgClassName
{
background-color: #262F4B;
}
</style>
border-color css
<style>
span { border-color: #262F4B; }
span { border-color: rgb(38,47,75); }
td.TdClassName
{
border-color: #262F4B;
}
.TagClassName
{
border-color: #262F4B;
}
</style>