Shades of Resolution Blue #26397C
Tints of Resolution Blue #26397C
RGB
CMYK
RGB Variations
Color information
#26397C (or 0x26397C) is known color: Resolution Blue. HEX triplet: 26, 39 and 7C. RGB value is (38,57,124). Sum of RGB (Red+Green+Blue) = 38+57+124=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #26397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26397C is #D9C683. Grayscale: #3A3A3A. Windows color (decimal): -14272132 or 8141094. OLE color: 8141094.
HSL color Cylindrical-coordinate representation of color #26397C: hue angle of 226.74º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26397C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 57 | 124 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.51 |
| HSL | 226.74º | 0.53% | 0.32% | - |
| HSV(B) | 226.74º | 0.69% | 0.49% | - |
| XYZ | 5.9 | 4.79 | 19.68 | - |
| YUV | 58.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 124 | 0.69 | 0.54 | 0 | 0.51 | 226.74 | 0.53 | 0.32 |
| Hex | 26 | 39 | 7C | 45 | 36 | 0 | 33 | E3 | 35 | 20 |
| Octal | 46 | 71 | 174 | 105 | 66 | 0 | 63 | 343 | 65 | 40 |
| Binary | 100110 | 111001 | 1111100 | 1000101 | 110110 | 0 | 110011 | 11100011 | 110101 | 100000 |
Color Harmonies of #26397C
Complementary color
Monochromatic Colors of #26397C
Black with #26397C
Text Example
Text Example
White with #26397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26397C; }
p { color: rgb(38,57,124); }
H1.HeaderClassName
{
color: #26397C;
}
.AnyTagClassName
{
color: #26397C;
}
</style>
background-color css
<style>
a { background-color: #26397C; }
a { background-color: rgb(38,57,124); }
div.DivClassName
{
background-color: #26397C;
}
.BgClassName
{
background-color: #26397C;
}
</style>
border-color css
<style>
span { border-color: #26397C; }
span { border-color: rgb(38,57,124); }
td.TdClassName
{
border-color: #26397C;
}
.TagClassName
{
border-color: #26397C;
}
</style>