Shades of Bunting #262F4A
Tints of Bunting #262F4A
RGB
CMYK
RGB Variations
Color information
#262F4A (or 0x262F4A) is known color: Bunting. HEX triplet: 26, 2F and 4A. RGB value is (38,47,74). Sum of RGB (Red+Green+Blue) = 38+47+74=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #262F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262F4A is #D9D0B5. Grayscale: #2F2F2F. Windows color (decimal): -14274742 or 4861734. OLE color: 4861734.
HSL color Cylindrical-coordinate representation of color #262F4A: hue angle of 225º degrees, saturation: 0.32, 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 #262F4A is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 47 | 74 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.71 |
| HSL | 225º | 0.32% | 0.22% | - |
| HSV(B) | 225º | 0.49% | 0.29% | - |
| XYZ | 3.05 | 2.94 | 6.89 | - |
| YUV | 47.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 74 | 0.49 | 0.36 | 0 | 0.71 | 225 | 0.32 | 0.22 |
| Hex | 26 | 2F | 4A | 31 | 24 | 0 | 47 | E1 | 20 | 16 |
| Octal | 46 | 57 | 112 | 61 | 44 | 0 | 107 | 341 | 40 | 26 |
| Binary | 100110 | 101111 | 1001010 | 110001 | 100100 | 0 | 1000111 | 11100001 | 100000 | 10110 |
Color Harmonies of #262F4A
Complementary color
Monochromatic Colors of #262F4A
Black with #262F4A
Text Example
Text Example
White with #262F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262F4A; }
p { color: rgb(38,47,74); }
H1.HeaderClassName
{
color: #262F4A;
}
.AnyTagClassName
{
color: #262F4A;
}
</style>
background-color css
<style>
a { background-color: #262F4A; }
a { background-color: rgb(38,47,74); }
div.DivClassName
{
background-color: #262F4A;
}
.BgClassName
{
background-color: #262F4A;
}
</style>
border-color css
<style>
span { border-color: #262F4A; }
span { border-color: rgb(38,47,74); }
td.TdClassName
{
border-color: #262F4A;
}
.TagClassName
{
border-color: #262F4A;
}
</style>