Shades of Resolution Blue #26397B
Tints of Resolution Blue #26397B
RGB
CMYK
RGB Variations
Color information
#26397B (or 0x26397B) is known color: Resolution Blue. HEX triplet: 26, 39 and 7B. RGB value is (38,57,123). Sum of RGB (Red+Green+Blue) = 38+57+123=218 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.43% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #26397B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26397B is #D9C684. Grayscale: #3A3A3A. Windows color (decimal): -14272133 or 8075558. OLE color: 8075558.
HSL color Cylindrical-coordinate representation of color #26397B: hue angle of 226.59º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26397B is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 57 | 123 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.52 |
| HSL | 226.59º | 0.53% | 0.32% | - |
| HSV(B) | 226.59º | 0.69% | 0.48% | - |
| XYZ | 5.84 | 4.77 | 19.35 | - |
| YUV | 58.84 | 164.21 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 123 | 0.69 | 0.54 | 0 | 0.52 | 226.59 | 0.53 | 0.32 |
| Hex | 26 | 39 | 7B | 45 | 36 | 0 | 34 | E3 | 35 | 20 |
| Octal | 46 | 71 | 173 | 105 | 66 | 0 | 64 | 343 | 65 | 40 |
| Binary | 100110 | 111001 | 1111011 | 1000101 | 110110 | 0 | 110100 | 11100011 | 110101 | 100000 |
Color Harmonies of #26397B
Complementary color
Monochromatic Colors of #26397B
Black with #26397B
Text Example
Text Example
White with #26397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26397B; }
p { color: rgb(38,57,123); }
H1.HeaderClassName
{
color: #26397B;
}
.AnyTagClassName
{
color: #26397B;
}
</style>
background-color css
<style>
a { background-color: #26397B; }
a { background-color: rgb(38,57,123); }
div.DivClassName
{
background-color: #26397B;
}
.BgClassName
{
background-color: #26397B;
}
</style>
border-color css
<style>
span { border-color: #26397B; }
span { border-color: rgb(38,57,123); }
td.TdClassName
{
border-color: #26397B;
}
.TagClassName
{
border-color: #26397B;
}
</style>