Shades of Resolution Blue #26397D
Tints of Resolution Blue #26397D
RGB
CMYK
RGB Variations
Color information
#26397D (or 0x26397D) is known color: Resolution Blue. HEX triplet: 26, 39 and 7D. RGB value is (38,57,125). Sum of RGB (Red+Green+Blue) = 38+57+125=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #26397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26397D is #D9C682. Grayscale: #3A3A3A. Windows color (decimal): -14272131 or 8206630. OLE color: 8206630.
HSL color Cylindrical-coordinate representation of color #26397D: hue angle of 226.9º degrees, saturation: 0.53, 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 #26397D is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 57 | 125 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.51 |
| HSL | 226.9º | 0.53% | 0.32% | - |
| HSV(B) | 226.9º | 0.7% | 0.49% | - |
| XYZ | 5.96 | 4.82 | 20.02 | - |
| YUV | 59.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 125 | 0.70 | 0.54 | 0 | 0.51 | 226.9 | 0.53 | 0.32 |
| Hex | 26 | 39 | 7D | 46 | 36 | 0 | 33 | E3 | 35 | 20 |
| Octal | 46 | 71 | 175 | 106 | 66 | 0 | 63 | 343 | 65 | 40 |
| Binary | 100110 | 111001 | 1111101 | 1000110 | 110110 | 0 | 110011 | 11100011 | 110101 | 100000 |
Color Harmonies of #26397D
Complementary color
Monochromatic Colors of #26397D
Black with #26397D
Text Example
Text Example
White with #26397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26397D; }
p { color: rgb(38,57,125); }
H1.HeaderClassName
{
color: #26397D;
}
.AnyTagClassName
{
color: #26397D;
}
</style>
background-color css
<style>
a { background-color: #26397D; }
a { background-color: rgb(38,57,125); }
div.DivClassName
{
background-color: #26397D;
}
.BgClassName
{
background-color: #26397D;
}
</style>
border-color css
<style>
span { border-color: #26397D; }
span { border-color: rgb(38,57,125); }
td.TdClassName
{
border-color: #26397D;
}
.TagClassName
{
border-color: #26397D;
}
</style>