Shades of Resolution Blue #263879
Tints of Resolution Blue #263879
RGB
CMYK
RGB Variations
Color information
#263879 (or 0x263879) is known color: Resolution Blue. HEX triplet: 26, 38 and 79. RGB value is (38,56,121). Sum of RGB (Red+Green+Blue) = 38+56+121=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #263879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263879 is #D9C786. Grayscale: #393939. Windows color (decimal): -14272391 or 7944230. OLE color: 7944230.
HSL color Cylindrical-coordinate representation of color #263879: hue angle of 226.99º 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 #263879 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 56 | 121 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.53 |
| HSL | 226.99º | 0.52% | 0.31% | - |
| HSV(B) | 226.99º | 0.69% | 0.47% | - |
| XYZ | 5.66 | 4.62 | 18.68 | - |
| YUV | 58.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 121 | 0.69 | 0.54 | 0 | 0.53 | 226.99 | 0.52 | 0.31 |
| Hex | 26 | 38 | 79 | 45 | 36 | 0 | 35 | E3 | 34 | 1F |
| Octal | 46 | 70 | 171 | 105 | 66 | 0 | 65 | 343 | 64 | 37 |
| Binary | 100110 | 111000 | 1111001 | 1000101 | 110110 | 0 | 110101 | 11100011 | 110100 | 11111 |
Color Harmonies of #263879
Complementary color
Monochromatic Colors of #263879
Black with #263879
Text Example
Text Example
White with #263879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263879; }
p { color: rgb(38,56,121); }
H1.HeaderClassName
{
color: #263879;
}
.AnyTagClassName
{
color: #263879;
}
</style>
background-color css
<style>
a { background-color: #263879; }
a { background-color: rgb(38,56,121); }
div.DivClassName
{
background-color: #263879;
}
.BgClassName
{
background-color: #263879;
}
</style>
border-color css
<style>
span { border-color: #263879; }
span { border-color: rgb(38,56,121); }
td.TdClassName
{
border-color: #263879;
}
.TagClassName
{
border-color: #263879;
}
</style>