Shades of Resolution Blue #26366E
Tints of Resolution Blue #26366E
RGB
CMYK
RGB Variations
Color information
#26366E (or 0x26366E) is known color: Resolution Blue. HEX triplet: 26, 36 and 6E. RGB value is (38,54,110). Sum of RGB (Red+Green+Blue) = 38+54+110=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #26366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26366E is #D9C991. Grayscale: #373737. Windows color (decimal): -14272914 or 7222822. OLE color: 7222822.
HSL color Cylindrical-coordinate representation of color #26366E: hue angle of 226.67º degrees, saturation: 0.49, 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 #26366E is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 54 | 110 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.57 |
| HSL | 226.67º | 0.49% | 0.29% | - |
| HSV(B) | 226.67º | 0.65% | 0.43% | - |
| XYZ | 4.93 | 4.18 | 15.3 | - |
| YUV | 55.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 110 | 0.65 | 0.51 | 0 | 0.57 | 226.67 | 0.49 | 0.29 |
| Hex | 26 | 36 | 6E | 41 | 33 | 0 | 39 | E3 | 31 | 1D |
| Octal | 46 | 66 | 156 | 101 | 63 | 0 | 71 | 343 | 61 | 35 |
| Binary | 100110 | 110110 | 1101110 | 1000001 | 110011 | 0 | 111001 | 11100011 | 110001 | 11101 |
Color Harmonies of #26366E
Complementary color
Monochromatic Colors of #26366E
Black with #26366E
Text Example
Text Example
White with #26366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26366E; }
p { color: rgb(38,54,110); }
H1.HeaderClassName
{
color: #26366E;
}
.AnyTagClassName
{
color: #26366E;
}
</style>
background-color css
<style>
a { background-color: #26366E; }
a { background-color: rgb(38,54,110); }
div.DivClassName
{
background-color: #26366E;
}
.BgClassName
{
background-color: #26366E;
}
</style>
border-color css
<style>
span { border-color: #26366E; }
span { border-color: rgb(38,54,110); }
td.TdClassName
{
border-color: #26366E;
}
.TagClassName
{
border-color: #26366E;
}
</style>