Shades of Resolution Blue #26378D
Tints of Resolution Blue #26378D
RGB
CMYK
RGB Variations
Color information
#26378D (or 0x26378D) is known color: Resolution Blue. HEX triplet: 26, 37 and 8D. RGB value is (38,55,141). Sum of RGB (Red+Green+Blue) = 38+55+141=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #26378D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26378D is #D9C872. Grayscale: #3B3B3B. Windows color (decimal): -14272627 or 9254694. OLE color: 9254694.
HSL color Cylindrical-coordinate representation of color #26378D: hue angle of 230.1º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26378D is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 55 | 141 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.45 |
| HSL | 230.1º | 0.58% | 0.35% | - |
| HSV(B) | 230.1º | 0.73% | 0.55% | - |
| XYZ | 6.97 | 5.07 | 25.81 | - |
| YUV | 59.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 141 | 0.73 | 0.61 | 0 | 0.45 | 230.1 | 0.58 | 0.35 |
| Hex | 26 | 37 | 8D | 49 | 3D | 0 | 2D | E6 | 3A | 23 |
| Octal | 46 | 67 | 215 | 111 | 75 | 0 | 55 | 346 | 72 | 43 |
| Binary | 100110 | 110111 | 10001101 | 1001001 | 111101 | 0 | 101101 | 11100110 | 111010 | 100011 |
Color Harmonies of #26378D
Complementary color
Monochromatic Colors of #26378D
Black with #26378D
Text Example
Text Example
White with #26378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26378D; }
p { color: rgb(38,55,141); }
H1.HeaderClassName
{
color: #26378D;
}
.AnyTagClassName
{
color: #26378D;
}
</style>
background-color css
<style>
a { background-color: #26378D; }
a { background-color: rgb(38,55,141); }
div.DivClassName
{
background-color: #26378D;
}
.BgClassName
{
background-color: #26378D;
}
</style>
border-color css
<style>
span { border-color: #26378D; }
span { border-color: rgb(38,55,141); }
td.TdClassName
{
border-color: #26378D;
}
.TagClassName
{
border-color: #26378D;
}
</style>