Shades of Resolution Blue #26367E
Tints of Resolution Blue #26367E
RGB
CMYK
RGB Variations
Color information
#26367E (or 0x26367E) is known color: Resolution Blue. HEX triplet: 26, 36 and 7E. RGB value is (38,54,126). Sum of RGB (Red+Green+Blue) = 38+54+126=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #26367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26367E is #D9C981. Grayscale: #393939. Windows color (decimal): -14272898 or 8271398. OLE color: 8271398.
HSL color Cylindrical-coordinate representation of color #26367E: hue angle of 229.09º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26367E is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 54 | 126 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.51 |
| HSL | 229.09º | 0.54% | 0.32% | - |
| HSV(B) | 229.09º | 0.7% | 0.49% | - |
| XYZ | 5.88 | 4.56 | 20.31 | - |
| YUV | 57.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 126 | 0.70 | 0.57 | 0 | 0.51 | 229.09 | 0.54 | 0.32 |
| Hex | 26 | 36 | 7E | 46 | 39 | 0 | 33 | E5 | 36 | 20 |
| Octal | 46 | 66 | 176 | 106 | 71 | 0 | 63 | 345 | 66 | 40 |
| Binary | 100110 | 110110 | 1111110 | 1000110 | 111001 | 0 | 110011 | 11100101 | 110110 | 100000 |
Color Harmonies of #26367E
Complementary color
Monochromatic Colors of #26367E
Black with #26367E
Text Example
Text Example
White with #26367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26367E; }
p { color: rgb(38,54,126); }
H1.HeaderClassName
{
color: #26367E;
}
.AnyTagClassName
{
color: #26367E;
}
</style>
background-color css
<style>
a { background-color: #26367E; }
a { background-color: rgb(38,54,126); }
div.DivClassName
{
background-color: #26367E;
}
.BgClassName
{
background-color: #26367E;
}
</style>
border-color css
<style>
span { border-color: #26367E; }
span { border-color: rgb(38,54,126); }
td.TdClassName
{
border-color: #26367E;
}
.TagClassName
{
border-color: #26367E;
}
</style>