Shades of Resolution Blue #263C79
Tints of Resolution Blue #263C79
RGB
CMYK
RGB Variations
Color information
#263C79 (or 0x263C79) is known color: Resolution Blue. HEX triplet: 26, 3C and 79. RGB value is (38,60,121). Sum of RGB (Red+Green+Blue) = 38+60+121=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #263C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C79 is #D9C386. Grayscale: #3C3C3C. Windows color (decimal): -14271367 or 7945254. OLE color: 7945254.
HSL color Cylindrical-coordinate representation of color #263C79: hue angle of 224.1º 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 #263C79 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 60 | 121 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.53 |
| HSL | 224.1º | 0.52% | 0.31% | - |
| HSV(B) | 224.1º | 0.69% | 0.47% | - |
| XYZ | 5.87 | 5.02 | 18.75 | - |
| YUV | 60.38 | 162.21 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 121 | 0.69 | 0.50 | 0 | 0.53 | 224.1 | 0.52 | 0.31 |
| Hex | 26 | 3C | 79 | 45 | 32 | 0 | 35 | E0 | 34 | 1F |
| Octal | 46 | 74 | 171 | 105 | 62 | 0 | 65 | 340 | 64 | 37 |
| Binary | 100110 | 111100 | 1111001 | 1000101 | 110010 | 0 | 110101 | 11100000 | 110100 | 11111 |
Color Harmonies of #263C79
Complementary color
Monochromatic Colors of #263C79
Black with #263C79
Text Example
Text Example
White with #263C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263C79; }
p { color: rgb(38,60,121); }
H1.HeaderClassName
{
color: #263C79;
}
.AnyTagClassName
{
color: #263C79;
}
</style>
background-color css
<style>
a { background-color: #263C79; }
a { background-color: rgb(38,60,121); }
div.DivClassName
{
background-color: #263C79;
}
.BgClassName
{
background-color: #263C79;
}
</style>
border-color css
<style>
span { border-color: #263C79; }
span { border-color: rgb(38,60,121); }
td.TdClassName
{
border-color: #263C79;
}
.TagClassName
{
border-color: #263C79;
}
</style>