Shades of Resolution Blue #26387A
Tints of Resolution Blue #26387A
RGB
CMYK
RGB Variations
Color information
#26387A (or 0x26387A) is known color: Resolution Blue. HEX triplet: 26, 38 and 7A. RGB value is (38,56,122). Sum of RGB (Red+Green+Blue) = 38+56+122=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #26387A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26387A is #D9C785. Grayscale: #393939. Windows color (decimal): -14272390 or 8009766. OLE color: 8009766.
HSL color Cylindrical-coordinate representation of color #26387A: hue angle of 227.14º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26387A is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 56 | 122 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.52 |
| HSL | 227.14º | 0.53% | 0.31% | - |
| HSV(B) | 227.14º | 0.69% | 0.48% | - |
| XYZ | 5.73 | 4.65 | 19.01 | - |
| YUV | 58.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 122 | 0.69 | 0.54 | 0 | 0.52 | 227.14 | 0.53 | 0.31 |
| Hex | 26 | 38 | 7A | 45 | 36 | 0 | 34 | E3 | 34 | 1F |
| Octal | 46 | 70 | 172 | 105 | 66 | 0 | 64 | 343 | 64 | 37 |
| Binary | 100110 | 111000 | 1111010 | 1000101 | 110110 | 0 | 110100 | 11100011 | 110100 | 11111 |
Color Harmonies of #26387A
Complementary color
Monochromatic Colors of #26387A
Black with #26387A
Text Example
Text Example
White with #26387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26387A; }
p { color: rgb(38,56,122); }
H1.HeaderClassName
{
color: #26387A;
}
.AnyTagClassName
{
color: #26387A;
}
</style>
background-color css
<style>
a { background-color: #26387A; }
a { background-color: rgb(38,56,122); }
div.DivClassName
{
background-color: #26387A;
}
.BgClassName
{
background-color: #26387A;
}
</style>
border-color css
<style>
span { border-color: #26387A; }
span { border-color: rgb(38,56,122); }
td.TdClassName
{
border-color: #26387A;
}
.TagClassName
{
border-color: #26387A;
}
</style>