Shades of Resolution Blue #26386D
Tints of Resolution Blue #26386D
RGB
CMYK
RGB Variations
Color information
#26386D (or 0x26386D) is known color: Resolution Blue. HEX triplet: 26, 38 and 6D. RGB value is (38,56,109). Sum of RGB (Red+Green+Blue) = 38+56+109=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #26386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26386D is #D9C792. Grayscale: #383838. Windows color (decimal): -14272403 or 7157798. OLE color: 7157798.
HSL color Cylindrical-coordinate representation of color #26386D: hue angle of 224.79º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26386D is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 56 | 109 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.57 |
| HSL | 224.79º | 0.48% | 0.29% | - |
| HSV(B) | 224.79º | 0.65% | 0.43% | - |
| XYZ | 4.97 | 4.34 | 15.04 | - |
| YUV | 56.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 109 | 0.65 | 0.49 | 0 | 0.57 | 224.79 | 0.48 | 0.29 |
| Hex | 26 | 38 | 6D | 41 | 31 | 0 | 39 | E1 | 30 | 1D |
| Octal | 46 | 70 | 155 | 101 | 61 | 0 | 71 | 341 | 60 | 35 |
| Binary | 100110 | 111000 | 1101101 | 1000001 | 110001 | 0 | 111001 | 11100001 | 110000 | 11101 |
Color Harmonies of #26386D
Complementary color
Monochromatic Colors of #26386D
Black with #26386D
Text Example
Text Example
White with #26386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26386D; }
p { color: rgb(38,56,109); }
H1.HeaderClassName
{
color: #26386D;
}
.AnyTagClassName
{
color: #26386D;
}
</style>
background-color css
<style>
a { background-color: #26386D; }
a { background-color: rgb(38,56,109); }
div.DivClassName
{
background-color: #26386D;
}
.BgClassName
{
background-color: #26386D;
}
</style>
border-color css
<style>
span { border-color: #26386D; }
span { border-color: rgb(38,56,109); }
td.TdClassName
{
border-color: #26386D;
}
.TagClassName
{
border-color: #26386D;
}
</style>