Shades of Resolution Blue #263979
Tints of Resolution Blue #263979
RGB
CMYK
RGB Variations
Color information
#263979 (or 0x263979) is known color: Resolution Blue. HEX triplet: 26, 39 and 79. RGB value is (38,57,121). Sum of RGB (Red+Green+Blue) = 38+57+121=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #263979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263979 is #D9C686. Grayscale: #3A3A3A. Windows color (decimal): -14272135 or 7944486. OLE color: 7944486.
HSL color Cylindrical-coordinate representation of color #263979: hue angle of 226.27º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #263979 is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 57 | 121 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.53 |
| HSL | 226.27º | 0.52% | 0.31% | - |
| HSV(B) | 226.27º | 0.69% | 0.47% | - |
| XYZ | 5.71 | 4.72 | 18.7 | - |
| YUV | 58.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 121 | 0.69 | 0.53 | 0 | 0.53 | 226.27 | 0.52 | 0.31 |
| Hex | 26 | 39 | 79 | 45 | 35 | 0 | 35 | E2 | 34 | 1F |
| Octal | 46 | 71 | 171 | 105 | 65 | 0 | 65 | 342 | 64 | 37 |
| Binary | 100110 | 111001 | 1111001 | 1000101 | 110101 | 0 | 110101 | 11100010 | 110100 | 11111 |
Color Harmonies of #263979
Complementary color
Monochromatic Colors of #263979
Black with #263979
Text Example
Text Example
White with #263979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263979; }
p { color: rgb(38,57,121); }
H1.HeaderClassName
{
color: #263979;
}
.AnyTagClassName
{
color: #263979;
}
</style>
background-color css
<style>
a { background-color: #263979; }
a { background-color: rgb(38,57,121); }
div.DivClassName
{
background-color: #263979;
}
.BgClassName
{
background-color: #263979;
}
</style>
border-color css
<style>
span { border-color: #263979; }
span { border-color: rgb(38,57,121); }
td.TdClassName
{
border-color: #263979;
}
.TagClassName
{
border-color: #263979;
}
</style>