Shades of Resolution Blue #26387F
Tints of Resolution Blue #26387F
RGB
CMYK
RGB Variations
Color information
#26387F (or 0x26387F) is known color: Resolution Blue. HEX triplet: 26, 38 and 7F. RGB value is (38,56,127). Sum of RGB (Red+Green+Blue) = 38+56+127=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #26387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26387F is #D9C780. Grayscale: #3A3A3A. Windows color (decimal): -14272385 or 8337446. OLE color: 8337446.
HSL color Cylindrical-coordinate representation of color #26387F: hue angle of 227.87º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26387F is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 56 | 127 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.50 |
| HSL | 227.87º | 0.54% | 0.32% | - |
| HSV(B) | 227.87º | 0.7% | 0.5% | - |
| XYZ | 6.04 | 4.77 | 20.68 | - |
| YUV | 58.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 127 | 0.70 | 0.56 | 0 | 0.50 | 227.87 | 0.54 | 0.32 |
| Hex | 26 | 38 | 7F | 46 | 38 | 0 | 32 | E4 | 36 | 20 |
| Octal | 46 | 70 | 177 | 106 | 70 | 0 | 62 | 344 | 66 | 40 |
| Binary | 100110 | 111000 | 1111111 | 1000110 | 111000 | 0 | 110010 | 11100100 | 110110 | 100000 |
Color Harmonies of #26387F
Complementary color
Monochromatic Colors of #26387F
Black with #26387F
Text Example
Text Example
White with #26387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26387F; }
p { color: rgb(38,56,127); }
H1.HeaderClassName
{
color: #26387F;
}
.AnyTagClassName
{
color: #26387F;
}
</style>
background-color css
<style>
a { background-color: #26387F; }
a { background-color: rgb(38,56,127); }
div.DivClassName
{
background-color: #26387F;
}
.BgClassName
{
background-color: #26387F;
}
</style>
border-color css
<style>
span { border-color: #26387F; }
span { border-color: rgb(38,56,127); }
td.TdClassName
{
border-color: #26387F;
}
.TagClassName
{
border-color: #26387F;
}
</style>