Shades of Resolution Blue #26387E
Tints of Resolution Blue #26387E
RGB
CMYK
RGB Variations
Color information
#26387E (or 0x26387E) is known color: Resolution Blue. HEX triplet: 26, 38 and 7E. RGB value is (38,56,126). Sum of RGB (Red+Green+Blue) = 38+56+126=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #26387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26387E is #D9C781. Grayscale: #3A3A3A. Windows color (decimal): -14272386 or 8271910. OLE color: 8271910.
HSL color Cylindrical-coordinate representation of color #26387E: hue angle of 227.73º 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 #26387E is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 56 | 126 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.51 |
| HSL | 227.73º | 0.54% | 0.32% | - |
| HSV(B) | 227.73º | 0.7% | 0.49% | - |
| XYZ | 5.98 | 4.75 | 20.34 | - |
| YUV | 58.6 | 166.04 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 126 | 0.70 | 0.56 | 0 | 0.51 | 227.73 | 0.54 | 0.32 |
| Hex | 26 | 38 | 7E | 46 | 38 | 0 | 33 | E4 | 36 | 20 |
| Octal | 46 | 70 | 176 | 106 | 70 | 0 | 63 | 344 | 66 | 40 |
| Binary | 100110 | 111000 | 1111110 | 1000110 | 111000 | 0 | 110011 | 11100100 | 110110 | 100000 |
Color Harmonies of #26387E
Complementary color
Monochromatic Colors of #26387E
Black with #26387E
Text Example
Text Example
White with #26387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26387E; }
p { color: rgb(38,56,126); }
H1.HeaderClassName
{
color: #26387E;
}
.AnyTagClassName
{
color: #26387E;
}
</style>
background-color css
<style>
a { background-color: #26387E; }
a { background-color: rgb(38,56,126); }
div.DivClassName
{
background-color: #26387E;
}
.BgClassName
{
background-color: #26387E;
}
</style>
border-color css
<style>
span { border-color: #26387E; }
span { border-color: rgb(38,56,126); }
td.TdClassName
{
border-color: #26387E;
}
.TagClassName
{
border-color: #26387E;
}
</style>